/* test test that the mps header file is accepted by the compiler language c link testlib.o */ #include "mps.h" #include "testlib.h" int main(void) { pass(); return 0; }