shithub: mc

ref: b0f3b09fc1b44a8cd0715af65774fe3296b9e016
dir: /test/sizeof.myr/

View raw version
use std
/* checks that sizeof() works. exits with 4. */
const main = {
	std.exit(sizeof(int))
}