blob: f93f1c4a5fb084081f53b2d2d80c80775e0408c1 [file] [log] [blame]
Chris Lattner29acd752002-07-14 22:30:45 +00001; Test to make sure that the 'internal' tag is not lost!
2;
Tanya Lattner6e9bcee2008-02-14 07:57:12 +00003; RUN: llvm-as < %s | llvm-dis | grep internal
Chris Lattner29acd752002-07-14 22:30:45 +00004
Tanya Lattner6e9bcee2008-02-14 07:57:12 +00005declare void @foo()
Chris Lattner29acd752002-07-14 22:30:45 +00006
Tanya Lattner6e9bcee2008-02-14 07:57:12 +00007define internal void @foo() {
8 ret void
Chris Lattner29acd752002-07-14 22:30:45 +00009}