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);
|