summaryrefslogtreecommitdiff
path: root/empty/empty.adb
blob: b811fe6df16eef38d1f9ee4386f402457d537e5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--
--
--  The license and distribution terms for this file may be
--  found in the file LICENSE in this distribution or at
--  http://www.rtems.com/license/LICENSE.
--
--  Null Main Program
--

procedure Empty is
begin
   Null;
end Empty;