mirror of https://github.com/nodejs/node.git
6 lines
78 B
JavaScript
6 lines
78 B
JavaScript
|
'use strict';
|
||
|
|
||
|
require('../common');
|
||
|
|
||
|
console.assert(false, Symbol('hello'));
|