2020-05-03 17:59:11 +02:00
|
|
|
module main
|
|
|
|
|
|
|
|
// This prelude is loaded in every v program compiled with -live,
|
|
|
|
// in both the main executable, and in the shared library.
|
|
|
|
import live
|
2020-07-01 00:53:53 +02:00
|
|
|
|
|
|
|
const (
|
|
|
|
no_warning_live_is_used = live.is_used
|
|
|
|
)
|