shithub: mc

ref: 1342e9853431adbf651c5a867396c02f87d51144
dir: /test/genericval.myr/

View raw version
use std

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

const main = {
	std.exit(Foo)
}