shithub: mc

ref: 332e6294f82885227cef60706b6cdb271e27514a
dir: /test/sizeof.myr/

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