anonymous struct

wuyin wuyinp@gmail.com
Mon May 3 03:47:00 GMT 2010


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

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



More information about the Gcc mailing list