shithub: mc

ref: 0d3f5d4bd7b74a810db4424aafdaf398faa9c69a
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}