blob: 1f11dc7083eb59c4b6205e213fdfbdfadf2e8b79 [file] [log] [blame]
Peter Collingbourne3fa50f92013-09-16 01:08:15 +00001; 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
7define void @f() prefix i32* @i {
8 ret void
9}