forked from OSchip/llvm-project
parent
882211c1da
commit
8d6d94f493
|
@ -0,0 +1,6 @@
|
|||
// RUN: %llvmgcc -S %s -fasm-blocks -o - -O | grep naked
|
||||
// PR2094
|
||||
|
||||
asm int f() {
|
||||
xyz
|
||||
}
|
Loading…
Reference in New Issue