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