blob: 2cffe9d3dd0d0dd0a47bb5ef310b60335b253def [file] [log] [blame]
// bindgen-flags: --enable-cxx-namespaces --allowlist-type '.*'
namespace outer {
namespace inner {
struct Helper {};
}
struct Test {
inner::Helper helper;
};
}