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