blob: 9cc8ef5e42cb1726fafc47ea1edff093d152a0f8 [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 x = 0;
tooBig(x);
tooBig(x);
}