view tests/test.js @ 1515:8c65218920cf

Stop using -fno-inline by default
author Adam Chlipala <adam@chlipala.net>
date Sat, 23 Jul 2011 09:42:34 -0400
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

function bar(s) {
  alert("<<" + s + ">>");
}