vxx / vlib / v2_toberemoved / tests / module_storage_example / README.md
13 lines · 9 sloc · 381 bytes · c0624b274a458fe3e487d89ae9554c2e8c25bdb6
Raw

Module Storage Example

This is a V2 fixture for module-scoped __global storage.

It is intentionally stored as .vv2 source so shared V1/vfmt paths do not parse V2-only public module-storage syntax directly. The regression test copies these files to temporary .v files and compiles them with -v2.

Run:

./v test vlib/v2_toberemoved/types/module_storage_test.v