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