]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/Inputs/merge-target-features/foo.h
Vendor import of clang trunk r238337:
[FreeBSD/FreeBSD.git] / test / Modules / Inputs / merge-target-features / foo.h
1 #ifndef FOO_H
2 #define FOO_H
3
4 int foo(int x) {
5   return x + 42;
6 }
7
8 #endif // FOO_H