blob: 53d5005b3644c5a59e19c6e7b4519c3a9cab8ebc [file]
class C {}
int Object;
struct S
{
int object;
C Object;
}
void main()
{
}