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