]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.old-deja/g++.oliva/friend1.C
* friend1.C: New test.
[gcc.git] / gcc / testsuite / g++.old-deja / g++.oliva / friend1.C
1 // Build don't link:
2
3 // Copyright (C) 2001 Free Software Foundation
4
5 // by Alexandre Oliva <aoliva@redhat.com>
6
7 // We shouldn't warn about bar referring to a non-template in this case.
8
9 template <typename T>
10 class foo {
11 friend int bar(int);
12 };
This page took 0.040377 seconds and 5 git commands to generate.