mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: [noreturn] part 2 (cleanup) (#10667)
This commit is contained in:
@@ -16,7 +16,7 @@ fn C.realloc(a &byte, b int) &byte
|
||||
|
||||
fn C.free(ptr voidptr)
|
||||
|
||||
[trusted]
|
||||
[noreturn; trusted]
|
||||
fn C.exit(code int)
|
||||
|
||||
fn C.qsort(base voidptr, items size_t, item_size size_t, cb qsort_callback_func)
|
||||
|
||||
Reference in New Issue
Block a user