// $Id$ // Double forward declared struct test, created by Martin Corino module Test { struct S3; struct S1 { string hello; }; struct S3; typedef sequence TS3Seq; struct S3 { TS3Seq m_seq; boolean m_has_more; }; };