Hacker News new | ask | show | jobs
by gizmo686 4398 days ago
Is the trick here the "-trigraphs" flag, or the fact that you are showing us test.c but compiling test2.c? Both approaches seem like they should work.
1 comments

It's the trigraph ??/ which translates to a \.
The trigraph appears in the file "test.c". If you look at the compilation command, you will see that that is not the file that is actually compiled.
If you compile "test.c" you will see that that isn't relevant issue.