revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git] / test / Assembler / private.ll
blob37145727a5890dfa33dd38178575234779f481b7
1 ; Test to make sure that the 'private' tag is not lost!
3 ; RUN: llvm-as < %s | llvm-dis | grep private
5 declare void @foo()
7 define private void @foo() {
8         ret void