shithub: mc

ref: 888bb9b10a6ca5728226f141215d4023eb350e68
dir: /test/sizeof.myr/

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