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

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