summaryrefslogtreecommitdiff
path: root/test/fixtures/failmustcall1.js
blob: a54740eb2962678967f00f5f51ca22e2bf8f88fd (plain)
1
2
3
const common = require('../common');
const f = common.mustCall( () => {}, 2);
f();