source: ada-examples/empty/empty.adb

ada-examples-4-10-branch ada-examples-4-10-2
Last change on this file was 7dbdc98, checked in by Joel Sherrill <joel.sherrill@…>, on 09/17/09 at 18:13:41

2009-09-17 Joel Sherrill <joel.sherrill@…>

  • Makefile.shared, networkconfig-qemu.h, cpuuse/Makefile, empty/Makefile, empty/empty.adb, exception_test2/Makefile, exception_test2/exceptiontest2.adb, exception_test3/Makefile, exception_test3/exceptiontest3.adb, hello_via_task/Makefile, hello_via_task/hello.adb, irq_test_c/Makefile: Make follow standard RTEMS test output format. Add output screens where appropriate.
  • exception_test2/exception_test2.scn, exception_test3/exception_test3.scn, hello_via_task/hello_via_task.scn: New files.
  • Property mode set to 100644
File size: 87 bytes
Line 
1--
2--  Null Main Program
3--
4--  $Id$
5--
6
7procedure Empty is
8begin
9   Null;
10end Empty;
11
Note: See TracBrowser for help on using the repository browser.