@@ -7820,6 +7820,11 @@ static void define_builtin_types(CodeGen *g) {
|
||||
buf_init_from_str(&entry->name, "(null)");
|
||||
g->builtin_types.entry_null = entry;
|
||||
}
|
||||
{
|
||||
ZigType *entry = new_type_table_entry(ZigTypeIdOpaque);
|
||||
buf_init_from_str(&entry->name, "(var)");
|
||||
g->builtin_types.entry_var = entry;
|
||||
}
|
||||
{
|
||||
ZigType *entry = new_type_table_entry(ZigTypeIdArgTuple);
|
||||
buf_init_from_str(&entry->name, "(args)");
|
||||
|
||||
Reference in New Issue
Block a user