bolt/deps/llvm-18.1.8/llvm/test/TableGen/2006-09-18-LargeInt.td

8 lines
93 B
TableGen
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: llvm-tblgen %s | FileCheck %s
// CHECK: 4294901760
def X {
int Y = 0xFFFF0000;
}