1// RUN: llvm-tblgen %s | FileCheck %s
2
3// CHECK: 4294901760
4
5def X {
6  int Y = 0xFFFF0000;
7}
8