[Github] Skip MIR files for undef check (#120919)
[llvm-project.git] / clang / test / ASTMerge / codegen-body / Inputs / body1.c
blob194e85273f91e2af390ae529f4015226037b71fa
1 int f(void);
3 int main(void)
5 return f();