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