1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 15:30:29 -08:00
emacs/mps/qa/function/0.c
Richard Tucker b6a5d5ca29 Add hopename
Copied from Perforce
 Change: 19336
 ServerID: perforce.ravenbrook.com
1998-02-23 16:12:09 +00:00

17 lines
221 B
C

/* $HopeName$
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;
}