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