shithub: mc

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

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