blob: 655fae21e66e876767275e45346492b0893fd195 [file] [log] [blame]
// CWG 5
struct C { };
C c;
struct A {
A(const A&);
A(const C&);
};
const volatile A a = c; // Okay