xref: /freebsd/usr.bin/diff/tests/input_c1.in (revision a1103e048b0e0b6ddfd6d8b4f7d57b357efb0ad2)
1/*
2 * A comment
3 *
4 * And another  bla
5 *
6 * And yet another
7 */
8
9int
10main(void)
11{
12	printf("something");
13
14	return (0);
15}
16