1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-19 17:33:29 +00:00
llvm-6502/test/Assembler/2002-07-14-InternalLossage.llx
2003-09-15 20:02:53 +00:00

12 lines
179 B
Plaintext

; Test to make sure that the 'internal' tag is not lost!
;
; RUN: llvm-as < %s | llvm-dis | grep internal
declare void %foo()
implementation
internal void %foo() {
ret void
}