blob: 41de533ce321885d09cab75dbb0542d15186008d (
plain)
1
2
3
4
5
6
7
8
9
|
module main
// This prelude is loaded in every v program compiled with -live,
// in both the main executable, and in the shared library.
import v.live
const (
no_warning_live_is_used = live.is_used
)
|