bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/innerstructredef.h

7 lines
129 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
struct Outer {
// This definition is actually hidden since only submodule 'one' is imported.
struct Inner {
int x;
} field;
};