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