// Probe: Proxy
// Run as a normal script; if Proxy support exists print OK
try{constp=newProxy({}, {});// Basic behaviour check
if(typeofp==='object')console.log('OK');elsethrownewError('unexpected proxy type');}catch(e){// ensure non-OK exit
throwe;}