Home | History | Annotate | Download | only in CodeGen
      1 // RUN: %clang_cc1 -emit-llvm %s  -o /dev/null
      2 
      3 extern int vfork(void);
      4 test() {
      5   vfork();
      6 }
      7