shithub: mc

ref: 15b5fb5c0f9fee25b01a245229efcef21c103bdc
dir: /test/sizeof.myr/

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