shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(Foo)
}