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