shithub: mc

ref: f0eabb72719d366449d6456a5843793c9b0d62ab
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}