mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
5 lines
134 B
LLVM
5 lines
134 B
LLVM
|
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
|
||
|
|
||
|
@x = global fp128 0xL01
|
||
|
; CHECK: @x = global fp128 0xL00000000000000000000000000000001
|