fix declaring multiple variables after struct definition

This commit is contained in:
pommicket 2022-02-08 21:53:14 -05:00
parent 0a2d05bdd5
commit d7a9a565a9
5 changed files with 31 additions and 23 deletions

View file

@ -1,17 +1 @@
#include "tests/parse_stb_image.h"
/* #if 0 */
/* #elif 1 */
/* int f(){} */
/* #endif */
/* @TODO: some more testing of #if/#elif/#else/#endif */
/* @TODO: ensure that
struct Something {
int a;
} x,y;
works
*/
int main() {
}
/* #include "tests/parse_stb_image.h" */