shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(Foo)
}