ReonV/designs/leon3mp/systest.c

12 lines
63 B
C

main()
{
report_start();
base_test();
report_end();
}