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