mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
6 lines
78 B
JavaScript
6 lines
78 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
require('../common');
|
||
|
|
|
||
|
|
console.assert(false, Symbol('hello'));
|