shithub: mc

ref: 685a0afcb76c7509ab97fcbc639b330478598bca
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}