5 lines
84 B
C
5 lines
84 B
C
|
|
union must_be_at_least_512_bytes {
|
||
|
|
int interesting_datum;
|
||
|
|
char padding[512];
|
||
|
|
};
|