1 struct Outer {
2 // This definition is actually hidden since only submodule 'one' is imported.
3 struct Inner {
4   int x;
5 } field;
6 };
7