xref: /aosp_15_r20/external/llvm/test/Assembler/short-hexpair.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker@x = global fp128 0xL01
4*9880d681SAndroid Build Coastguard Worker; CHECK: @x = global fp128 0xL00000000000000000000000000000001
5