shithub: mc

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

View raw version
use std

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

const main = {-> int
	-> Foo
}