fix some calling convention stuff

This commit is contained in:
pommicket 2022-02-10 13:24:02 -05:00
parent 3d44eba388
commit b88de92fc7
6 changed files with 98 additions and 22 deletions

View file

@ -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;
}