aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/crash8.C
blob: 22b27ef9b1207f8c0f7caaf5c07c037d46e1c56d (plain)
1
2
3
4
5
6
7
8
9
10
// Build don't link:
// Origin: Jason Merrill <jason@cygnus.com>

int main()
{
  void f();
  class A {
    friend void f();
  };
}