blob: c817322c99de0b56144608c42432868217755cd5 [file] [log] [blame]
Alexandre Lision7c6f4a62013-09-05 13:27:01 -04001autogen definitions test_endswap.tpl;
2
3int_type = {
4 name = short ;
5 value = 0x3210 ;
6 format = FMT_SHORT ;
7 } ;
8
9int_type = {
10 name = int ;
11 value = 0x76543210 ;
12 format = FMT_INT ;
13 } ;
14
15int_type = {
16 name = int64_t ;
17 value = "0x0807050540302010LL" ;
18 format = FMT_INT64 ;
19 } ;
20