summaryrefslogtreecommitdiff
path: root/installed-tests/debugger/set.debugger.js
blob: 529a1b475a6f0292e43ab8812fdea3504d60e1ee (plain)
1
2
3
4
5
// SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
// SPDX-FileCopyrightText: 2018 Philip Chimento <philip.chimento@gmail.com>
const a = {};
debugger;
void a;