forked from OSchip/llvm-project
4 lines
70 B
C
4 lines
70 B
C
|
// RUN: %llvmgcc %s -S -o - | grep nounwind
|
||
|
|
||
|
void bar() { asm (""); }
|