1 -- Copyright 2017-2019 Free Software Foundation, Inc.
3 -- This program is free software; you can redistribute it and/or modify
4 -- it under the terms of the GNU General Public License as published by
5 -- the Free Software Foundation; either version 3 of the License, or
6 -- (at your option) any later version.
8 -- This program is distributed in the hope that it will be useful,
9 -- but WITHOUT ANY WARRANTY; without even the implied warranty of
10 -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 -- GNU General Public License for more details.
13 -- You should have received a copy of the GNU General Public License
14 -- along with this program. If not, see <http://www.gnu.org/licenses/>.
16 with Ada
.Text_IO
; use Ada
.Text_IO
;
20 procedure Request_For_Crash
is
22 null; -- Just an anchor for the debugger...
23 end Request_For_Crash
;
34 Put_Line
("Task T: Rendez-vous completed.");
41 -- Give some time for the task to be created, and start its execution,
42 -- so that it reaches the accept statement.
48 Put_Line
("*** We didn't crash !?!");
50 -- Complete the rendez-vous with our task, so it can complete.