Merge branch '2.5.x'
[catacomb] / symm / stub.c.in
1 %## -*-c-*-
2 %##
3 %## Skeleton stub source file.
4 %#
5 /* -*-c-*- */
6 typedef int uninteresting;
7 #ifdef TEST_RIG
8 #include <stdio.h>
9 int main(void)
10 { printf("Your princess is in castle `@base.t'.\n"); return (0); }
11 #endif