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