shithub: mc

ref: 076f4d371d887d25c3ac3851589f161131f57c88
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}