blob: 4966ab20904d4b7a71e68d66d703ab5953868a3a [file] [log] [blame]
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
extern int vfork(void);
void test() {
vfork();
}