2019-12-09 13:48:41 +03:00
|
|
|
module main
|
|
|
|
|
2020-05-03 18:59:11 +03:00
|
|
|
// This prelude is loaded in every v program compiled with -live,
|
|
|
|
// but only for the shared library.
|
|
|
|
import live.shared
|
2020-07-01 01:53:53 +03:00
|
|
|
|
|
|
|
const (
|
|
|
|
no_warning_live_shared_is_used = shared.is_used
|
|
|
|
)
|