blob: cdd9850ac0dbe8a3a9daa6bd7c84a6f7d43644d2 [file] [log] [blame]
// { dg-do assemble }
struct S {
typedef int I;
};
void f(typename S::I);