xref: /llvm-project/clang/test/Modules/Inputs/innerstructredef.h (revision 213d34330f15bbce2bc04f3fb7cfb5c91b7ae41a)
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