ExceptionDemo: Let setMCJITMemoryManager() take unique_ptr, since r223183.
[oota-llvm.git] / test / Linker / prefixdata.ll
1 ; RUN: echo > %t.ll
2 ; RUN: llvm-link %t.ll %s -S -o - | FileCheck %s
3
4 @i = linkonce_odr global i32 1
5
6 ; CHECK: define void @f() prefix i32* @i
7 define void @f() prefix i32* @i {
8   ret void
9 }