shithub: mc

ref: 3699a6c3daf7648653b3e4936f39bc6061331446
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}