mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
4 lines
83 B
JavaScript
4 lines
83 B
JavaScript
|
const common = require('../common');
|
||
|
const f = common.mustCall( () => {}, 2);
|
||
|
f();
|