blob: 31469649c2cf93e70ed0a402e251c9a147fc6abc [file] [log] [blame]
Chris Lattner29acd752002-07-14 22:30:45 +00001; Test to make sure that the 'internal' tag is not lost!
2;
Misha Brukman14285c82003-09-15 20:02:53 +00003; RUN: llvm-as < %s | 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