Sign in
llvm
/
llvm
/
8924ea3d57d5fdfc11ce7562c3eaf0ce127ebc86
/
.
/
test
/
Linker
/
dllstorage-a.ll
blob: 91b98184f8b06f68671b88de8e9858de5d0a613b [
file
] [
log
] [
blame
]
; RUN: llvm-link %s %p/dllstorage-b.ll -S -o - | FileCheck %s
@foo
=
external
global
i32
; CHECK: @foo = dllexport global i32 42