mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
8 lines
122 B
V
8 lines
122 B
V
module builtin
|
|
|
|
fn print_libbacktrace(frames_to_skip int) {
|
|
}
|
|
|
|
@[noinline]
|
|
fn eprint_libbacktrace(frames_to_skip int) {
|
|
}
|