lang-bootstrap/05/main.c
pommicket 0a2d05bdd5 more parsing tests, more fixes
- #elif now actually works properly (hopefully)
- fixed some array decaying bugs (hopefully), and generally simplified typing
2022-02-08 20:09:08 -05:00

17 lines
246 B
C

#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() {
}