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