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