C++程序  |  7行  |  98 B

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

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