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