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