pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2014-10-27
2014-10-27 00:17:50 by Martin Nilsson <nilsson@opera.com>
07b70d0868d6a9844c668fbc85d3fbea3b5b7e91 (
6
lines) (+
6
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
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;