/* Test that qualified type is resolved to its proper type. *//* { dg-do compile } */@interfaceObject{intI[100];}@endnamespaceHC{structObject{voidtest();};}// namespace HCintmain(){HC::Object*object;object->test();// Must compile with no errorreturn0;}