blob: b5e6dfb48744a25b456dc60fcb7874ad5abb4675 (
plain)
1
2
3
4
5
6
7
|
# SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
# SPDX-FileCopyrightText: 2018 Philip Chimento <philip.chimento@gmail.com>
set ignoreCaughtExceptions false
c
throw 'foobar' + 3.14;
fin
throw
|