| Current Path : /usr/tests/usr.bin/diff/ |
| Current File : //usr/tests/usr.bin/diff/group-format.out |
/*
* 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);
}