zpu: managed to compile program that writes constant to global variable
[llvm/zpu.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