summaryrefslogtreecommitdiff
path: root/05/tcc-0.9.27/tests/tests2/83_utf8_in_identifiers.c
blob: 1f8609525147d7c39a39c5a382e9320f78526daf (plain)
1
2
3
4
5
6
7
8
9
#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