xref: /aosp_15_r20/external/llvm/test/Linker/dllstorage-a.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llvm-link %s %p/dllstorage-b.ll -S -o - | FileCheck %s
2@foo = external global i32
3
4; CHECK: @foo = dllexport global i32 42
5