shithub: mc

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

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