shithub: mc

ref: 27c111b6225c11583aa5da5f198d82bb5c41003d
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}