lang-bootstrap/05/main.c
pommicket aba654c36d fix a bunch of problems from parsing test
- ll suffixes (15ll => 15l)
- newlines between string literals to be concatenated
- fix *x++ = 1;
- default
- printing conditionals & decaying conditional operands
2022-02-07 17:02:57 -05:00

4 lines
96 B
C

#include "tests/parse_stb_sprintf.h"
/* @TODO: why are line numbers off by 1? */
int main() {
}