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