scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

0016-arrayinitsize.c (41B)


      1 /*
      2 PATTERN:
      3 
      4 .
      5 */
      6 
      7 int x[2] = {1, 2, 3};