mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +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:
parent
b8485d69c1
commit
21a9bd91e9
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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user