Home | History | Annotate | Download | only in TableGen
      1 // RUN: llvm-tblgen %s | grep -- 4294901760
      2 
      3 def X {
      4   int Y = 0xFFFF0000;
      5 }
      6