Author
anonymous
over 7 years ago
$
prog.c:7:31: warning: ISO C forbids empty initializer braces [-Wpedantic] size_t sz = sizeof((struct st){}.fld1); ^ prog.c:7:31: warning: ISO C90 forbids compound literals [-Wpedantic]