blob: 1c8b3f62826a60200ce403c6e9309fbfdcce4074 [file] [log] [blame]
Chandler Carruth0d745bc2015-03-14 04:47:43 +00001#ifndef FOO_H
2#define FOO_H
3
4int foo(int x) {
5 return x + 42;
6}
7
8#endif // FOO_H