shithub: mc

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

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