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