1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

all: support [markused] tags for fns/consts/globals

This commit is contained in:
Delyan Angelov
2021-12-15 14:34:49 +02:00
parent 1a6899e85e
commit df7f2aa8a3
8 changed files with 100 additions and 40 deletions

View File

@ -128,7 +128,7 @@ pub:
kind AttributeKind
}
[used]
[markused]
fn v_segmentation_fault_handler(signal int) {
eprintln('signal 11: segmentation fault')
print_backtrace()