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 }