// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null

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


syntax highlighted by Code2HTML, v. 0.9.1