1
0
mirror of https://github.com/RPCS3/llvm.git synced 2025-02-16 00:38:58 +00:00
llvm/test/TableGen/2006-09-18-LargeInt.td

6 lines
77 B
TableGen

// RUN: llvm-tblgen %s | grep -- 4294901760
def X {
int Y = 0xFFFF0000;
}