Auto stack size calculation
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
int main() {
|
||||
int z;
|
||||
int x;
|
||||
int z, x;
|
||||
x = 56;
|
||||
int y;
|
||||
int n, o;
|
||||
y = 10;
|
||||
x = y;
|
||||
z = x;
|
||||
|
||||
Reference in New Issue
Block a user