1 2 3 4 5
use std /* checks that sizeof() works. exits with 4. */ const main = { std.exit(sizeof(int)) }