summaryrefslogtreecommitdiff
path: root/regress/usr.bin/rcs/rev3
blob: 71ace5fc458def21f99906a122fa51e9320c7c21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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);
}