|
lbFunctionType *ft = gb_alloc_item(permanent_allocator(), lbFunctionType);
|
|
lbFunctionType *ft = gb_alloc_item(permanent_allocator(), lbFunctionType);
|
|
ft->ret = compute_return_type(ft, c, return_type, return_is_defined, return_is_tuple);
|
|
ft->ret = compute_return_type(ft, c, return_type, return_is_defined, return_is_tuple);
|