start codegen

This commit is contained in:
pommicket 2022-02-09 22:44:27 -05:00
parent d74dc53b0b
commit 3d44eba388
5 changed files with 210 additions and 4 deletions

View file

@ -1,5 +1,3 @@
#include "tests/parse_stb_truetype.h"
/*
; @NONSTANDARD:
; the following does not work:
@ -14,3 +12,6 @@ This needs to be fixed because otherwise you can't do:
struct A { struct B *blah; }
struct B { struct A *blah; }
*/
int main(void) {
}