diff tests/test.js @ 766:df09c95085f8

More FFI compiler options
author Adam Chlipala <adamc@hcoop.net>
date Sat, 02 May 2009 12:10:43 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/test.js	Sat May 02 12:10:43 2009 -0400
@@ -0,0 +1,7 @@
+function print() {
+  alert("Hi there!");
+}
+
+function bar(s) {
+  alert("<<" + s + ">>");
+}