d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / test4364.d
blobfb4e913b123c88b1ac5f2b2e231d03978c724f3d
1 struct Object{}
2 class Game {}
4 void main()
6 static assert(is(Object == struct));
7 static assert(is(object.Object == class));