struct T{
  int n;
};
struct T1{
  struct T;
} t;
t.n=1;

Please support this grammar.
http://sourceforge.net/projects/coo/

Reply via email to