summaryrefslogtreecommitdiff
path: root/test/Assembler/2002-07-14-InternalLossage.ll
blob: f93f1c4a5fb084081f53b2d2d80c80775e0408c1 (plain)
1
2
3
4
5
6
7
8
9
; Test to make sure that the 'internal' tag is not lost!
;
; RUN: llvm-as < %s | llvm-dis | grep internal

declare void @foo()

define internal void @foo() {
        ret void
}