blob: fe41b1f5dd3b6211bd98757c2cd5ff6f26270a4c [file] [log] [blame]
#ifndef FOO_H
#define FOO_H
int foo() { return 42; }
#endif