symm/blkc.h: Add explicitly big- and little-endian `STEP', `ADD' and `SET'.
[catacomb] / 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