blob: 2bc16f35231ce0428ff10d77318616f78fce4de2 [file] [log] [blame]
// { dg-do assemble }
// Bug: g++ fails to grok functional casts in all situations.
class A {
public:
typedef int B;
static B foo() { return B(1); } // { dg-bogus "" }
};