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