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