blob: 51f88e4d616fa244d61047c83cd4e22c470e2159 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; Test to make sure that the 'internal' tag is not lost!
2;
3; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep internal
4
5declare void %foo()
6implementation
7
8internal void %foo() {
9 ret void
10}
11