2019-12-09 10:48:41 +00:00
|
|
|
module main
|
|
|
|
|
2020-05-03 15:59:11 +00:00
|
|
|
// This prelude is loaded in every v program compiled with -live,
|
|
|
|
// but only for the main executable.
|
|
|
|
import live.executable
|
2020-06-30 22:53:53 +00:00
|
|
|
|
|
|
|
const (
|
|
|
|
no_warning_live_executable_is_used = executable.is_used
|
|
|
|
)
|