struct Outer {
// This definition is actually hidden since only submodule 'one' is imported.
struct Inner {
int x;
} field;
};