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