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