1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2019 - Stéphane MOTTELET
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 // <-- CLI SHELL MODE -->
9 // <-- NO CHECK REF -->
10 // <-- INTERACTIVE TEST -->
12 // <-- Non-regression test for bug 15374 -->
14 // <-- Bugzilla URL -->
15 // http://bugzilla.scilab.org/15374
17 // <-- Short Description -->
18 // Trivial infinite loop cannot be interrupted
20 // following loop should be interruptible by CTRL-C on the command line,
21 // Control/Interrupt and Control/Abort menu items