* c-c++-common/ubsan/float-cast-overflow-6.c: Add i?86-*-* target.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.oliva / friend1.C
blob63626078021ea1b7d9815da30d07a18823d4ba3b
1 // { dg-do assemble  }
3 // Copyright (C) 2001 Free Software Foundation
5 // by Alexandre Oliva <aoliva@redhat.com>
7 // We shouldn't warn about bar referring to a non-template in this case.
9 template <typename T>
10 class foo {
11   friend int bar(int);