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