shithub: mc

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

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