shithub: mc

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

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