add clang
This commit is contained in:
parent
4715742aa8
commit
9a4b261179
890 changed files with 229323 additions and 20 deletions
40
05/tcc-final/tests/tests2/118_switch.expect
Normal file
40
05/tcc-final/tests/tests2/118_switch.expect
Normal file
|
@ -0,0 +1,40 @@
|
|||
1 : 1
|
||||
10 : 2
|
||||
100 : 3
|
||||
1000 : 4
|
||||
10000 : 5
|
||||
100000 : 6
|
||||
1000000 : 7
|
||||
10000000 : 8
|
||||
100000000 : 9
|
||||
1000000000 : 10
|
||||
10000000000 : 11
|
||||
100000000000 : 12
|
||||
1000000000000 : 13
|
||||
10000000000000 : 14
|
||||
100000000000000 : 15
|
||||
1000000000000000 : 16
|
||||
10000000000000000 : 17
|
||||
100000000000000000 : 18
|
||||
1000000000000000000 : 19
|
||||
-8446744073709551616 : 20
|
||||
1 : 1
|
||||
10 : 2
|
||||
100 : 3
|
||||
1000 : 4
|
||||
10000 : 5
|
||||
100000 : 6
|
||||
1000000 : 7
|
||||
10000000 : 8
|
||||
100000000 : 9
|
||||
1000000000 : 10
|
||||
10000000000 : 11
|
||||
100000000000 : 12
|
||||
1000000000000 : 13
|
||||
10000000000000 : 14
|
||||
100000000000000 : 15
|
||||
1000000000000000 : 16
|
||||
10000000000000000 : 17
|
||||
100000000000000000 : 18
|
||||
1000000000000000000 : 19
|
||||
10000000000000000000 : 20
|
Loading…
Add table
Add a link
Reference in a new issue