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