blob: cae03c6f8e2fddb69b0ad38b65c5d6cea62d0162 [file] [log] [blame]
Chris Lattner961b0582003-04-23 18:38:24 +00001; This fails because the linker renames the non-opaque type not the opaque
2; one...
3
John Criswelle3e7c472003-09-06 15:15:04 +00004; RUN: echo "implementation linkonce void %foo() { ret void } " | as > %t.2.bc
5; RUN: as < %s > %t.1.bc
6; RUN: link %t.[12].bc | dis | grep foo | grep linkonce
Chris Lattner961b0582003-04-23 18:38:24 +00007
8declare void %foo()