shithub: mc

ref: 86406b0c185d4121a41aa7484702e0e6d158540c
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}