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