Using _MSC_VER there was wrong, better just use the already existing ifdefs for
[oota-llvm.git] / test / FrontendC / 2007-12-16-AsmNoUnwind.c
1 // RUN: %llvmgcc %s -S -o - | grep nounwind
2
3 void bar() { asm (""); }