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