shithub: mc

ref: 552823815f7c52c16111045b638ba8bab322e7ac
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}