1const common = require('../common');
2const f = common.mustCallAtLeast(() => {}, 2);
3f();
4