start codegen
This commit is contained in:
parent
d74dc53b0b
commit
3d44eba388
5 changed files with 210 additions and 4 deletions
|
@ -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) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue