blob: 51f88e4d616fa244d61047c83cd4e22c470e2159 [file] [log] [blame]
Chris Lattner29acd752002-07-14 22:30:45 +00001; Test to make sure that the 'internal' tag is not lost!
2;
Reid Spencer69ccadd2006-12-02 04:23:10 +00003; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep internal
Chris Lattner29acd752002-07-14 22:30:45 +00004
5declare void %foo()
6implementation
7
8internal void %foo() {
9 ret void
10}
11