make extensions starting with __ available for all configurations
[cparser] / parsetest / cp_error010.c
1 int init_r90[64]
2 = { 56, 48, 40, 32, 24, 16,  8,  0,
3         57, 49, 41, 33, 25, 17,  9,  1,
4         58, 50, 42, 34, 26, 18, 10,  2,
5         59, 51, 43, 35, 27, 19, 11,  3,
6         60, 52, 44, 36, 28, 20, 12,  4,
7         61, 53, 45, 37, 29, 21, 13,  5,
8         62, 54, 46, 38, 30, 22, 14,  6,
9         63, 55, 47, 39, 31, 23, 15,  7 };
10
11 int main(void)
12 {
13         return 0;
14 }