android_mt6572_jiabo/external/clang/test/Modules/Inputs/merge-target-features/foo.h
2025-09-05 16:56:03 +08:00

8 lines
82 B
C

#ifndef FOO_H
#define FOO_H
int foo(int x) {
return x + 42;
}
#endif // FOO_H