newer version of tcc almost working
This commit is contained in:
parent
c42c5d94b8
commit
826d1afd58
442 changed files with 90400 additions and 24506 deletions
|
@ -12,6 +12,14 @@
|
|||
int main(int argc, char **argv) {
|
||||
int *p = 0x100;
|
||||
p += 1;
|
||||
switch (5) {
|
||||
case 5:
|
||||
switch (6) {
|
||||
default:;
|
||||
}
|
||||
case 6:
|
||||
;
|
||||
}
|
||||
printf("%p\n",p);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue