int func() { struct { int a,b; } s; s.a=5; return s.a; }
gcc窒息了,但它发出了一个非常奇怪的错误,我无法理解,而不是说“对不起,你不能这样做”.