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