mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-11-17 01:10:11 +00:00
5 lines
92 B
LLVM
5 lines
92 B
LLVM
; RUN: llvm-as < %s | llvm-dis | llvm-as > /dev/null
|
|
|
|
%t = type opaque
|
|
@x = global %t undef
|