﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
79	Statement expression as a sub-expression fails resolution	Rob Schluntz	Rob Schluntz	"{{{
  int main( int argc, char * argv[] ) {
    5+({
      int __result = 0;
      __result;
    });
  }
}}}

It seems the resolver has a hard time when a statement expression is a subexpression and contains variables."	defect	closed	minor	cfa-cc	1.0	fixed		
