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