shithub: mc

ref: 489c5febf900166636cc41d82b53191bcd2023e2
dir: /test/sizeof.myr/

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