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