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