binutils-gdb/sim/testsuite/lib/compilercheck.c
Mike Frysinger 264dcc17cc sim: testsuite: unify basic C compiler checks
Both bfin & cris ports test the C compiler to see if it works, but in
their own way.  Unify the checks in the common code so we can leverage
them in more ports in the future, and collapse the bfin & cris code.
2021-11-26 19:51:15 -05:00

6 lines
102 B
C

/* Used by the test harness to verify working compiler & preprocessor. */
int main()
{
return 0;
}