summaryrefslogtreecommitdiff
path: root/release_23/test/CFrontend/2003-08-20-vfork-bug.c
blob: 575bfd6c194b9e3f28084f4427c7e18aaf2a6650 (plain)
1
2
3
4
5
6
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null

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