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