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