bolt/deps/llvm-18.1.8/llvm/test/TableGen/2006-09-18-LargeInt.td
2025-02-14 19:21:04 +01:00

7 lines
93 B
TableGen

// RUN: llvm-tblgen %s | FileCheck %s
// CHECK: 4294901760
def X {
int Y = 0xFFFF0000;
}