1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 22:12:47 +01:00
llvm-mirror/test/Regression/Assembler/2002-07-14-InternalLossage.llx

12 lines
169 B
Plaintext
Raw Normal View History

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