v/vlib/v/live/sharedlib/live_sharedlib.v

8 lines
75 B
V

module sharedlib
import v.live
pub const (
is_used = live.is_used + 1
)