mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-05-18 21:16:31 +00:00
13 lines
125 B
LLVM
13 lines
125 B
LLVM
; RUN: llvm-as < %s -o /dev/null -f
|
|
|
|
|
|
|
|
%X = external global %T*
|
|
%X = external global int *
|
|
|
|
%T = type int
|
|
|
|
|
|
implementation
|
|
|