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