Test for llvm-gcc checkin 102543.

llvm-svn: 102544
This commit is contained in:
Dale Johannesen 2010-04-28 22:17:33 +00:00
parent 882211c1da
commit 8d6d94f493
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
// RUN: %llvmgcc -S %s -fasm-blocks -o - -O | grep naked
// PR2094
asm int f() {
xyz
}