aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/p6578.C
blob: 2b19e86ddfb6ba08d9cacefe0d7a0007b05e6c4d (plain)
1
2
3
4
5
6
7
8
// Build don't link:
// prms-id: 6578

struct A {
  operator int ();
};

int i = A();