shithub: mc

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

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