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