/** * This is a test for resta in $package$ */ #include "si_test.h" TEST_FUNC(resta) { TEST_DONE(); } int main(void) { TEST_INIT(); TEST_RUN(resta); TEST_REPORT(); }