1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null 2 3 extern int vfork(void); 4 test() { 5 vfork(); 6 } 7