]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.old-deja/g++.pt/typename22.C
static11.C: Add xtensa-*-elf* to the list of targets to skip.
[gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / typename22.C
1 // Build don't link:
2 // Origin: Mark Mitchell <mark@codesourcery.com>
3
4 template <class T>
5 struct S {
6 template <class U>
7 struct I {
8 typedef U X;
9
10 X f();
11 };
12 };
13
14
15 template <class T>
16 template <class U>
17 typename S<T>::I<U>::X S<T>::I<U>::f() {}
This page took 0.035886 seconds and 5 git commands to generate.