'use strict';
require('../../common');
const binding = require('./build/Release/binding');
// Create an AsyncWrap object.
const timer = setTimeout(function() {}, 1);
timer.unref();
// Stress-test the heap profiler.
binding.test();
clearTimeout(timer);