blob: 575bfd6c194b9e3f28084f4427c7e18aaf2a6650 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3extern int vfork(void);
4test() {
5 vfork();
6}