llvm-for-llvmta/tools/clang/test/ASTMerge/macro/Inputs/macro2.m

6 lines
37 B
Objective-C

void foo();
void bar() {
foo();
}