shithub: mc

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

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