Files
Kmake/test/message/console_assert.js

6 lines
78 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
'use strict';
require('../common');
console.assert(false, Symbol('hello'));