shithub: mc

ref: 61cf50b02a74978462bfed648f8811700acf53ed
dir: /test/genericval.myr/

View raw version
use std

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

const main = {-> int
	-> Foo
}