According to the man page, array initialization such as a[3]={ 1,2,3}; is not properly recognized by the fuzzy parser.
This is not true. The program does recognize variable definitions of the general form <arrayItem> { , | = | ; } - and not just <identifier> { , | = | ; }