pulsar/spec/fixtures/tagged.js

12 lines
156 B
JavaScript
Raw Normal View History

var thisIsCrazy = true;
function callMeMaybe() {
return "here's my number";
}
var iJustMetYou = callMeMaybe();
function duplicate() {
return true;
}