shithub: mc

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

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