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