symm/stub.c.in: Add a trivial test rig which says to look over there.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 10 May 2017 18:36:44 +0000 (19:36 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 14 May 2017 13:58:41 +0000 (14:58 +0100)
As hinted.

symm/stub.c.in

index 59721da..54959f8 100644 (file)
@@ -4,3 +4,8 @@
 %#
 /* -*-c-*- */
 typedef int uninteresting;
+#ifdef TEST_RIG
+#include <stdio.h>
+int main(void)
+  { printf("Your princess is in castle `@base.t'.\n"); return (0); }
+#endif