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