github.com/Konstantin8105/c4go@v0.0.0-20240505174241-768bb1c65a51/tests/trigraph/main.c (about) 1 #include <stdio.h> 2 int main(){ 3 // Trigraph tests require the `-trigraph` clang option, so it cannot be amount other general tests. 4 printf("??=\n"); 5 return 0; 6 }