shithub: mc

ref: 3abef8578c5831bacfdaf0c16a1651052d2313fd
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}