blob: 37145727a5890dfa33dd38178575234779f481b7 [file] [log] [blame]
Rafael Espindolabb46f522009-01-15 20:18:42 +00001; Test to make sure that the 'private' tag is not lost!
2;
3; RUN: llvm-as < %s | llvm-dis | grep private
4
5declare void @foo()
6
7define private void @foo() {
8 ret void
9}