mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-21 02:24:22 +00:00
Test for llvm-gcc checkin 102543.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102544 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
6
test/FrontendC/inline-asm-function.c
Normal file
6
test/FrontendC/inline-asm-function.c
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
// RUN: %llvmgcc -S %s -fasm-blocks -o - -O | grep naked
|
||||||
|
// PR2094
|
||||||
|
|
||||||
|
asm int f() {
|
||||||
|
xyz
|
||||||
|
}
|
Reference in New Issue
Block a user