summaryrefslogblamecommitdiffstats
path: root/testsuites/ada/sptests/spname01/spname01.adb
blob: 6c39c329defe1218b0bef0df421c6519056245e8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                    
                            



                                                           
                                         
  
 

            
                     
                     
     
        

             
--
--  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.
--

with SPTEST;

procedure SPNAME01 is
  t : SPTEST.AdaTask;
begin
   null;
end SPNAME01;