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