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