mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-26 15:34:59 -07:00
opaque keyword and type
This commit is contained in:
@@ -512,6 +512,10 @@ void ir_print_type(irFileBuffer *f, irModule *m, Type *t, bool in_struct) {
|
||||
ir_print_type(f, m, bit_set_to_int(t));
|
||||
return;
|
||||
}
|
||||
|
||||
case Type_Opaque:
|
||||
ir_print_type(f, m, strip_opaque_type(t));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user