From 32115a531d5ed6cafa25dc7d3b88c2679e5142a5 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 8 Jun 2008 12:27:08 -0400 Subject: Primitive type constants --- tests/prim.lac | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/prim.lac (limited to 'tests/prim.lac') diff --git a/tests/prim.lac b/tests/prim.lac new file mode 100644 index 00000000..c1a76b33 --- /dev/null +++ b/tests/prim.lac @@ -0,0 +1,3 @@ +val zero = 0 +val pi = 3.14159 +val welcome = "Hello world!" -- cgit v1.2.3