blob: faf422341f1e14c877229df35c1817dde92b3c3d [file] [log] [blame]
Chris Lattner29acd752002-07-14 22:30:45 +00001; Test to make sure that the 'internal' tag is not lost!
2;
3; RUN: as < %s | dis | grep internal
4
5declare void %foo()
6implementation
7
8internal void %foo() {
9 ret void
10}
11