shithub: mc

ref: 8535643bf09a88c6e83727ba0243772703171ca8
dir: /test/sizeof.myr/

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