#!/usr/local/bin/cz --
use b
Main:
	char mem[1024*600*4]
	bm_start()
	int n = 100
	repeat(n):
		memset(mem, 0, sizeof(mem))
	bm("memset", n)
