shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(Foo)
}