modernc.org/ccgo/v3@v3.16.14/lib/testdata/tcc-0.9.27/tests/tests2/83_utf8_in_identifiers.c (about) 1 #include <stdio.h> 2 double привет=0.1; 3 int Lefèvre=2; 4 int main(){ 5 printf("привет=%g\n",привет); 6 printf("Lefèvre=%d\n",Lefèvre); 7 return 0; 8 } 9 // pcc & tcc only