Emit gcov data files to the directory specified in the metadata produced by the
[llvm/stm8.git] / test / Assembler / 2002-07-14-InternalLossage.ll
blobf93f1c4a5fb084081f53b2d2d80c80775e0408c1
1 ; Test to make sure that the 'internal' tag is not lost!
3 ; RUN: llvm-as < %s | llvm-dis | grep internal
5 declare void @foo()
7 define internal void @foo() {
8         ret void