2003-08-20-vfork-bug.c 94 Bytes Raw Blame History Permalink 1 2 3 4 5 6 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null extern int vfork(void); test() { vfork(); }