shithub: mc

ref: 238bffb3afa386dea2980944271d28ec6d4d866c
dir: /test/sizeof.myr/

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