shithub: mc

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

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