Files
2018-08-02 17:53:23 +01:00

5 lines
55 B
JavaScript

function tst2(eval) {
// NOT OK
(0, eval)("42");
}