mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-17 00:30:37 -08:00
14 lines
181 B
C
14 lines
181 B
C
/* 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;
|
|
}
|
|
|