void main() { S t; } struct T { int i; S* s; } struct S { long i; T* t; }