int guha(int a, int b)
{
  /* comment*/

	char *s = " hello @07 /* ";
	char *s2 = "world";
	char *s3 = " */ \" \n";

  /* " */
	return a + b * 2;
  /* @01 " */
}