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