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