ReonV/designs/leon3-minimal/systest.c

10 lines
61 B
C

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