blob: 1c8b3f62826a60200ce403c6e9309fbfdcce4074 [file] [log] [blame]
#ifndef FOO_H
#define FOO_H
int foo(int x) {
return x + 42;
}
#endif // FOO_H