shithub: mc

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

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