shithub: mc

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

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