Branch: Tag:

2014-10-27

2014-10-27 00:17:50 by Martin Nilsson <nilsson@opera.com>

Added simple, failing test.

264:   ]], 17)      test_any([[ +  for(int i; i<10; i++) ; +  return 1; + ]], 1) +  + test_any([[    // Another over-optimization test.    string x(string i) { return i; };    return x("")+1+1;