1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/TableGen/2006-09-18-LargeInt.td

8 lines
93 B
TableGen
Raw Normal View History

// RUN: llvm-tblgen %s | FileCheck %s
// CHECK: 4294901760
2006-09-19 00:28:07 +02:00
def X {
int Y = 0xFFFF0000;
}