summaryrefslogtreecommitdiff
path: root/empty/empty.adb
diff options
context:
space:
mode:
Diffstat (limited to 'empty/empty.adb')
-rw-r--r--empty/empty.adb14
1 files changed, 14 insertions, 0 deletions
diff --git a/empty/empty.adb b/empty/empty.adb
new file mode 100644
index 0000000..b811fe6
--- /dev/null
+++ b/empty/empty.adb
@@ -0,0 +1,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;
+