blob: add9981f16d04d2c14a45c1c6d0f2b20dc073b30 [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
Misha Brukmanb6cb66f2003-09-15 20:04:28 +00004; RUN: echo "implementation linkonce void %foo() { ret void } " | llvm-as > %t.2.bc
5; RUN: llvm-as < %s > %t.1.bc
6; RUN: llvm-link %t.[12].bc | llvm-dis | grep foo | grep linkonce
Chris Lattner961b0582003-04-23 18:38:24 +00007
8declare void %foo()