From 7a94b69f2993f9c931a6362cbe2d81e68cadfced Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 10 May 2017 19:36:44 +0100 Subject: [PATCH] symm/stub.c.in: Add a trivial test rig which says to look over there. As hinted. --- symm/stub.c.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/symm/stub.c.in b/symm/stub.c.in index 59721da2..54959f81 100644 --- a/symm/stub.c.in +++ b/symm/stub.c.in @@ -4,3 +4,8 @@ %# /* -*-c-*- */ typedef int uninteresting; +#ifdef TEST_RIG +#include +int main(void) + { printf("Your princess is in castle `@base.t'.\n"); return (0); } +#endif -- 2.11.0