blob: 5526a6c1a856385336705426132d85e3e7bfd365 [file] [log] [blame]
void tooBig(inout int x) {
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
}
void main() {
int y = 0;
tooBig(y);
tooBig(y);
}