#include "b.idl" module A { struct S { boolean b; }; typedef sequence BSSeq; typedef sequence SSeq; interface foo { void bar( in BSSeq x ); }; };