Add new interfaces
[oota-llvm.git] / test / CFrontend / 2003-08-20-vfork-bug.c
1 extern int vfork(void);
2 test() {
3   vfork();
4 }