aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/conv1.C
blob: a558c5eba647046221f701cdc107ef9add381ea8 (plain)
1
2
3
4
5
6
// Build don't link:

class X {
public:
  const operator int (); // ERROR - invalid declaration.
};