/*--- description: A strict mode smoketest that throws an unexpected ReferenceError. flags: [onlyStrict] ---*/ "use strict"; foo.bar();