More makefile changes to allow dejagnu tests to pass when system tools default to...
[oota-llvm.git] / test / Assembler / 2002-07-14-InternalLossage.ll
1 ; Test to make sure that the 'internal' tag is not lost!
2 ;
3 ; RUN: llvm-as < %s | llvm-dis | grep internal
4
5 declare void @foo()
6
7 define internal void @foo() {
8         ret void
9 }