summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/tests/group-format.out
blob: 4e1bf85fbba7c52904836296739e6da079e864fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * A comment 
 *
<<<<<<< (local)
 * And another  bla
=======
 * And another bla
>>>>>>> (stock)
 *
<<<<<<< (local)
 * And yet another
=======
 * and yet another
>>>>>>> (stock)
 */

int
main(void)
{
<<<<<<< (local)
=======

>>>>>>> (stock)
	printf("something");

	return (0);
}
OpenPOWER on IntegriCloud