Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / CodeGen / 2003-08-20-vfork-bug.c
blob4966ab20904d4b7a71e68d66d703ab5953868a3a
1 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null
3 extern int vfork(void);
4 void test() {
5 vfork();