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