summaryrefslogtreecommitdiff
path: root/test/modules/exit.js
blob: e02c3b345fbaf678298827e9bf3d242026f9e5c0 (plain)
1
2
3
4
5
// SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
// SPDX-FileCopyrightText: 2021 Philip Chimento <philip.chimento@gmail.com>

import System from 'system';
System.exit(42);