blob: 90cac4a83d2a685f9fba40565caba495b18eb1a5 [file] [log] [blame]
// { dg-do assemble }
// Based on a testcase in the Standard, submitted by several people
class Outer {
typedef int T;
struct Inner {
T i;
void f() {
T j;
}
};
};