android_mt6572_jiabo/external/llvm/test/Linker/dllstorage-a.ll
2025-09-05 16:56:03 +08:00

4 lines
130 B
LLVM

; RUN: llvm-link %s %p/dllstorage-b.ll -S -o - | FileCheck %s
@foo = external global i32
; CHECK: @foo = dllexport global i32 42