ref: 4ac578a191635f9728dc66dd99b22cc54692b4ef dir: /test/genericval.myr/
use std generic Foo : @a = 42 :: integral,numeric @a const main = { std.exit(Foo) }