llvm-6502/test/FrontendC/inline-asm-function.c
Dale Johannesen de5996e33a Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102545 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-28 22:23:46 +00:00

7 lines
102 B
C

// RUN: %llvmgcc -S %s -fasm-blocks -o - -O | grep naked
// 7533078 (partial).
asm int f() {
xyz
}