netbsd/external/bsd/llvm/dist/clang/test/CodeGen/2003-08-20-vfork-bug.c
2014-01-15 10:53:42 +01:00

7 lines
94 B
C

// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
extern int vfork(void);
test() {
vfork();
}