#include <stdio.h>
#include <coroutine>

#include "bench.h"

coroutine MyCoroutine {};
void ?{} (MyCoroutine & this) { prime(this); }
void main(MyCoroutine & this) {}

int main(int argc, char* argv[]) {
	BENCH(
		for (size_t i = 0; i < n; i++) {
			MyCoroutine m;
		},
		result
	)

	printf("%llu\n", result);
}