lang-bootstrap/05/tcc-final/tests/tests2/83_utf8_in_identifiers.c

10 lines
190 B
C
Raw Permalink Normal View History

2025-04-18 12:38:54 +01:00
#include <stdio.h>
double привет=0.1;
int Lefèvre=2;
int main(){
printf("привет=%g\n",привет);
printf("Lefèvre=%d\n",Lefèvre);
return 0;
}
// pcc & tcc only