8 lines
139 B

'use strict';
require('../common');
setTimeout(function() {
// eslint-disable-next-line no-undef
undefined_reference_error_maker;
});