blob: 4db770ece5335fb42db3e6326c22b611245016c1 [file]
struct DummyStruct {
int i;
};
DummyStruct s;
int main() { return s.i; }