You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without the initialization it's just a stack overflow, looks like #778
% cn verify big.c
cn: internal error, uncaught exception:
Stack overflow
Raised at Stdlib__Hashtbl.find in file "hashtbl.ml", line 543, characters 17-32
Called from C_lexer.__ocaml_lex_initial_rec in file "parsers/c/c_lexer.mll", line 618, characters 8-31
% cat big.c
long a[10000000];
The text was updated successfully, but these errors were encountered:
Without the initialization it's just a stack overflow, looks like #778
The text was updated successfully, but these errors were encountered: