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