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