int a=1;
//some comment \
a++;
printf("%d\n",a);
そして、このオプションは?
int a=1;
//some comment ??/
a++;
printf("%d\n",a);