1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-15 07:41:09 -08:00
emacs/mps/qa/function/0.c
Richard Tucker 9736758d14 Convert format
Copied from Perforce
 Change: 18176
 ServerID: perforce.ravenbrook.com
1997-05-15 16:01:44 +01:00

16 lines
210 B
C

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