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