shithub: mc

ref: 2edc2786c55409339a666cd0dc41e21099017d24
dir: /test/genericval.myr/

View raw version
use std

generic Foo : @a::(integral,numeric) = 42

const main = {
	std.exit(Foo)
}