'use strict'; function x () { return 'x' } assert.equal( x(), 'x' );