newer version of tcc almost working
This commit is contained in:
parent
c42c5d94b8
commit
826d1afd58
442 changed files with 90400 additions and 24506 deletions
14
05/tcc-0.9.27/tests/tests2/76_dollars_in_identifiers.expect
Normal file
14
05/tcc-0.9.27/tests/tests2/76_dollars_in_identifiers.expect
Normal file
|
@ -0,0 +1,14 @@
|
|||
fred=10
|
||||
joe=20
|
||||
henry=30
|
||||
fred2=10
|
||||
joe2=20
|
||||
henry2=30
|
||||
fred10=100
|
||||
joe_10=2
|
||||
local=10
|
||||
a100$=100
|
||||
a$$=1000
|
||||
a$c$b=2121
|
||||
$100=10000
|
||||
$$$=money
|
Loading…
Add table
Add a link
Reference in a new issue