1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-17 00:30:37 -08:00
emacs/mps/qa/function/0.c
Richard Tucker cda39d7153 New unit
I said so

Copied from Perforce
 Change: 17340
 ServerID: perforce.ravenbrook.com
1997-03-21 13:00:01 +00:00

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;
}