summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/spname01/spname01.adb
blob: 863e64f24e123e6739f517c30ff9690a30b68b3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--
--  MAIN / BODY
--
--  DESCRIPTION:
--
--  This is the entry point for Test Hello of the Sample Test Suite.
--
--  DEPENDENCIES: 
--
--  
--
--  COPYRIGHT (c) 1989-2009.
--  On-Line Applications Research Corporation (OAR).
--
--  The license and distribution terms for this file may in
--  the file LICENSE in this distribution or at
--  http://www.rtems.org/license/LICENSE.
--

procedure SPNAME01 is
begin

   loop
      delay 120.0;
   end loop;

end SPNAME01;