v2 / vlib / v / preludes / live_shared.v
5 lines · 4 sloc · 144 bytes · c086bee5bebb8b9374605fc65469f629d42ae18d
Raw
1// This prelude is loaded in every v program compiled with -live,
2// but only for the shared library.
3module main
4
5import v.live.sharedlib as _
6