blob: ffc14ef2115635eb2bc60a7ce9d4b4cc3138c49c [file] [log] [blame]
// Build don't link:
// Here is another program from the net.
class B;
class A {
private:
A(B *); // ERROR -
public:
A(long); // ERROR -
};
A a(0); // ERROR - should be ambigious