1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-03 04:41:23 -07:00
emacs/mps/qa/function/0.c
Richard Tucker 031d2e358d 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;
}