shithub: mc

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

View raw version
use std

generic Foo : @a::(tctest,tcint,tcnum) = 42

const main = {
	std.exit(Foo)
}