1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-01 16:31:13 +00:00
llvm-6502/test/Assembler/2002-07-14-InternalLossage.llx
2002-07-14 22:30:45 +00:00

12 lines
169 B
Plaintext

; 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
}