summaryrefslogtreecommitdiff
path: root/regress/usr.bin/rcs/rcsdiff.out
blob: 17de04b5de4666b6e2e38e0785413d39fbb6368a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@@ -1,2 +1,15 @@
-/* $Id: rcsdiff.out,v 1.1 2006/03/11 06:22:47 ray Exp $ */
-blah();
+/* $Id: rcsdiff.out,v 1.1 2006/03/11 06:22:47 ray Exp $ */
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+/* a comment */
+
+/* main function */
+int
+main(int argc, char **argv)
+{
+	printf("foo bar\n");
+
+	return (0);
+}