summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/tests/input_c1.in
blob: d39dfbdc511b26f299640acb9fbdb92179d8eaca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * A comment 
 *
 * And another  bla
 *
 * And yet another
 */

int
main(void)
{
	printf("something");

	return (0);
}
OpenPOWER on IntegriCloud