51f88e4d616fa244d61047c83cd4e22c470e2159
[oota-llvm.git] / test / Assembler / 2002-07-14-InternalLossage.llx
1 ; Test to make sure that the 'internal' tag is not lost!
2 ;
3 ; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep internal
4
5 declare void %foo()
6 implementation
7
8 internal void %foo() {
9         ret void
10 }
11