summaryrefslogtreecommitdiff
path: root/include/prevent_bss_reordering3.h
blob: 3d690bfe796f21b111b0f5c7d46fd30570879c2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#ifndef PREVENT_BSS_REORDERING3_H
#define PREVENT_BSS_REORDERING3_H

/**
 * See the explanation at prevent_bss_reordering.h
 *
 * Instead of producing 64 dummy declarations, this header only produces 32
 * dummy declarations
 */

struct Dummy200 { int x; };
struct Dummy201 { int x; };
struct Dummy202 { int x; };
struct Dummy203 { int x; };
struct Dummy204 { int x; };
struct Dummy205 { int x; };
struct Dummy206 { int x; };
struct Dummy207 { int x; };
struct Dummy208 { int x; };
struct Dummy209 { int x; };
struct Dummy210 { int x; };
struct Dummy211 { int x; };
struct Dummy212 { int x; };
struct Dummy213 { int x; };
struct Dummy214 { int x; };
struct Dummy215 { int x; };

#endif