mirror of https://github.com/nodejs/node.git
8 lines
139 B
JavaScript
8 lines
139 B
JavaScript
|
'use strict';
|
||
|
|
||
|
// Flags: --expose-internals
|
||
|
require('../common');
|
||
|
|
||
|
const assert = require('internal/assert');
|
||
|
assert.fail('Unreachable!');
|