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