jerryscript/tests/jerry-tests/strict-with.exp
2014-07-01 17:09:17 +04:00

6 lines
54 B
Plaintext

function foo () {
"use strict";
with ({}) {
}
}