repo.or.cz
/
tinycc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix (Cexpr?struct1:struct2).member
[tinycc.git]
/
tests
/
tests2
/
83_utf8_in_identifiers.c
blob
1f8609525147d7c39a39c5a382e9320f78526daf
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