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