freebsd_amp_hwpstate/test/FrontendC/2003-08-20-vfork-bug.c

7 lines
101 B
C

// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
extern int vfork(void);
test() {
vfork();
}