/**
 * @path chapter07/7.8/7.8.3/7.8.3-1gs.js
 * @description Strict Mode - octal extension(010) is forbidden in strict mode
 * @strict_only
 * @negative EarlyErrorRePat
 */


throw NotEarlyError;
var y = 010;