1'use strict'; 2 3const common = require('../common'); 4 5process.on('warning', common.mustNotCall()); 6 7Buffer.of(0, 1); 8