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