1// { dg-do assemble  }
2
3struct S {
4  typedef int I;
5};
6
7void f(typename S::I);
8