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