define(function () { 'use strict';

	for ( ; ; ) {
		console.log( 42 );
	}

});