blob: e55029a0e2be6fe2714acecfbafe8bd4005cd69a [file] [log] [blame]
Rafael Espindolab3da08d2014-11-10 18:41:59 +00001; RUN: llvm-link -S %s -o - | FileCheck %s
2
Rafael Espindola7fd7eff2014-12-08 18:45:16 +00003; CHECK-DAG: @foo = private externally_initialized global i8* null
Rafael Espindolab3da08d2014-11-10 18:41:59 +00004@foo = private externally_initialized global i8* null
Rafael Espindola7fd7eff2014-12-08 18:45:16 +00005
6@useFoo = global i8** @foo
7
8; CHECK-DAG: @array = appending global [7 x i8] c"abcdefg", align 1
Rafael Espindolab3da08d2014-11-10 18:41:59 +00009@array = appending global [7 x i8] c"abcdefg", align 1
10