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