xref: /llvm-project/llvm/test/TableGen/2006-09-18-LargeInt.td (revision 7c20aab621c25c209472e906816f48b7c9945321)
1// RUN: llvm-tblgen %s | FileCheck %s
2
3// CHECK: 4294901760
4
5def X {
6  int Y = 0xFFFF0000;
7}
8