// Test PR 15736 fix // Contributed by Devang Patel // { dg-do compile } struct B { int n; }; struct A : B { using B::n; };