diff --git a/stb_c_lexer.h b/stb_c_lexer.h index fd0632c..c340e2c 100644 --- a/stb_c_lexer.h +++ b/stb_c_lexer.h @@ -891,6 +891,7 @@ void dummy(void) 4. }; (void) sizeof(some_floats); + (void) some_floats[1]; printf("test %d",1); // https://github.com/nothings/stb/issues/13 }