mirror of https://github.com/nodejs/node.git
13 lines
269 B
JavaScript
13 lines
269 B
JavaScript
|
var common = require('../common');
|
||
|
var assert = require('assert');
|
||
|
|
||
|
process.nextTick(function() {
|
||
|
process.nextTick(function() {
|
||
|
process.nextTick(function() {
|
||
|
process.nextTick(function() {
|
||
|
undefined_reference_error_maker;
|
||
|
});
|
||
|
});
|
||
|
});
|
||
|
});
|