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