bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/innerstructredef.h
2025-02-14 19:21:04 +01:00

6 lines
129 B
C

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