llvm-project/llvm/test/Regression/CFrontend/2003-08-20-vfork-bug.c

5 lines
46 B
C

extern int vfork(void);
test() {
vfork();
}