blob: 4fd631851a401ac346353c308a45bbe8fee27b7e [file] [log] [blame]
// PR c++/19878
struct S {
char k;
};
char const volatile S::* const p01 = &S::k;