int ugaga(int a, int b) { /* comment*/ char *s = " hello /* "; char *s2 = "world"; char *s3 = " */ \" \n"; /* " */ return a + b * 2; /* " */ }