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