blob: 31469649c2cf93e70ed0a402e251c9a147fc6abc [file] [log] [blame]
; 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
}