mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-14 18:51:47 -07:00
test completes singleheader ast construction and serailizes with corruption
This commit is contained in:
@ -23,6 +23,10 @@ void check_singleheader_ast()
|
||||
s32 idx = 0;
|
||||
for ( Code entry : ast )
|
||||
{
|
||||
if (idx == 900)
|
||||
{
|
||||
log_fmt("break here\n");
|
||||
}
|
||||
log_fmt("Entry %d: %s\n", idx, entry.to_string() );
|
||||
idx++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user