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