Home | History | Annotate | Download | only in CodeGen
      1 // RUN: %clang_cc1 %s -emit-llvm -o - | grep nounwind
      2 
      3 void bar() { asm (""); }
      4