﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
65	Member expression qualifiers are wrong	Rob Schluntz	Rob Schluntz	"This compiles, but shouldn't:
{{{
struct S {
  int x;
};

int main() {
  const S s;
  s.x = 0;
}
}}}
`s.x` currently has type `int`, but should be `const int`. "	defect	closed	major	cfa-cc	1.0	fixed		
