aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.3/gcc/testsuite/g++.old-deja/g++.other/decl4.C
blob: 11196022ce2ca6d3057b069d51079a4f4f171138 (plain)
1
2
3
4
5
6
7
8
// { dg-do assemble  }

// Reported by Harri Porten <porten@tu-harburg.de>
// Simplified for testsuite by Alexandre Oliva

struct foo { operator long double(); };
int bar(int __opr);
int bar(int __ope);