shithub: mc

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

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