aboutsummaryrefslogtreecommitdiff
path: root/test/Assembler/2002-07-14-InternalLossage.llx
blob: faf422341f1e14c877229df35c1817dde92b3c3d (plain)
1
2
3
4
5
6
7
8
9
10
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
}