fix some calling convention stuff
This commit is contained in:
parent
3d44eba388
commit
b88de92fc7
6 changed files with 98 additions and 22 deletions
|
@ -13,5 +13,8 @@ struct A { struct B *blah; }
|
|||
struct B { struct A *blah; }
|
||||
*/
|
||||
|
||||
int main(void) {
|
||||
int main(int argc, char **Argv) {
|
||||
int i,j;
|
||||
Argv+argc+i;
|
||||
j;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue