summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.robertl/eb86.C
blob: d854afe16f706e216a9fb489259ae567f3b53718 (plain)
1
2
3
4
5
6
7
// { dg-do assemble  }
template <class T> void foo ();

template <class T>
class Q {
    friend void foo<T> ();
};