1// Flags: --experimental-loader i-dont-exist 2import '../common/index.mjs'; 3console.log('This should not be printed'); 4