contract C { struct S { uint x; } } function f() returns (uint) { S storage t; } // ---- // DeclarationError 7920: (70-71='S'): Identifier not found or not unique.