mirror of
https://github.com/vlang/v.git
synced 2025-09-16 07:52:32 +03:00
7 lines
73 B
V
7 lines
73 B
V
module sharedlib
|
|
|
|
import live
|
|
|
|
pub const (
|
|
is_used = live.is_used + 1
|
|
)
|