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