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