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