mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-02 07:30:52 +00:00
Test to make sure that 'internal' flags don't get dropped accidentally!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2887 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0135729303
commit
29acd75af5
11
test/Assembler/2002-07-14-InternalLossage.llx
Normal file
11
test/Assembler/2002-07-14-InternalLossage.llx
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
; Test to make sure that the 'internal' tag is not lost!
|
||||||
|
;
|
||||||
|
; RUN: as < %s | dis | grep internal
|
||||||
|
|
||||||
|
declare void %foo()
|
||||||
|
implementation
|
||||||
|
|
||||||
|
internal void %foo() {
|
||||||
|
ret void
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user