Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / ASTMerge / codegen-body / Inputs / body1.c
blob194e85273f91e2af390ae529f4015226037b71fa
1 int f(void);
3 int main(void)
5 return f();