xref: /minix3/external/bsd/llvm/dist/clang/test/PCH/designated-init.c.h (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1*f4a2713aSLionel Sambuc static void *FooToken = &FooToken;
2*f4a2713aSLionel Sambuc static void *FooTable[256] = {
3*f4a2713aSLionel Sambuc     [0x3] = (void *[256]) { // 1
4*f4a2713aSLionel Sambuc         [0x5b] = (void *[256]) { // 2
5*f4a2713aSLionel Sambuc             [0x81] = (void *[256]) { // 3
6*f4a2713aSLionel Sambuc                 [0x42] = (void *[256]) { // 4
7*f4a2713aSLionel Sambuc                     [0xa2] = (void *[256]) { // 5
8*f4a2713aSLionel Sambuc                         [0xe] = (void *[256]) { // 6
9*f4a2713aSLionel Sambuc                             [0x20] = (void *[256]) { // 7
10*f4a2713aSLionel Sambuc                                 [0xd7] = (void *[256]) { // 8
11*f4a2713aSLionel Sambuc                                     [0x39] = (void *[256]) { // 9
12*f4a2713aSLionel Sambuc                                         [0xf1] = (void *[256]) { // 10
13*f4a2713aSLionel Sambuc                                             [0xa4] = (void *[256]) { // 11
14*f4a2713aSLionel Sambuc                                                 [0xa8] = (void *[256]) { // 12
15*f4a2713aSLionel Sambuc                                                     [0x21] = (void *[256]) { // 13
16*f4a2713aSLionel Sambuc                                                         [0x86] = (void *[256]) { // 14
17*f4a2713aSLionel Sambuc                                                             [0x1d] = (void *[256]) { // 15
18*f4a2713aSLionel Sambuc                                                                 [0xdc] = (void *[256]) { // 16
19*f4a2713aSLionel Sambuc                                                                     [0xa5] = (void *[256]) { // 17
20*f4a2713aSLionel Sambuc                                                                         [0xef] = (void *[256]) { // 18
21*f4a2713aSLionel Sambuc                                                                             [0x9] = (void *[256]) { // 19
22*f4a2713aSLionel Sambuc                                                                                 [0x34] = &FooToken,
23*f4a2713aSLionel Sambuc                                                                             },
24*f4a2713aSLionel Sambuc                                                                         },
25*f4a2713aSLionel Sambuc                                                                     },
26*f4a2713aSLionel Sambuc                                                                 },
27*f4a2713aSLionel Sambuc                                                             },
28*f4a2713aSLionel Sambuc                                                         },
29*f4a2713aSLionel Sambuc                                                     },
30*f4a2713aSLionel Sambuc                                                 },
31*f4a2713aSLionel Sambuc                                             },
32*f4a2713aSLionel Sambuc                                         },
33*f4a2713aSLionel Sambuc                                     },
34*f4a2713aSLionel Sambuc                                 },
35*f4a2713aSLionel Sambuc                             },
36*f4a2713aSLionel Sambuc                         },
37*f4a2713aSLionel Sambuc                     },
38*f4a2713aSLionel Sambuc                 },
39*f4a2713aSLionel Sambuc             },
40*f4a2713aSLionel Sambuc         },
41*f4a2713aSLionel Sambuc     }
42*f4a2713aSLionel Sambuc };
43