v/vlib/live/sharedlib/live_sharedlib.v

8 lines
73 B
V

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