shithub: mc

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

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