diff --git a/stdlib/regression/orig/test33.log b/stdlib/regression/orig/test33.log new file mode 100644 index 000000000..35beaeee9 --- /dev/null +++ b/stdlib/regression/orig/test33.log @@ -0,0 +1,2 @@ +{}.string: 0 +{}.stringcat: diff --git a/stdlib/regression/test33.lama b/stdlib/regression/test33.lama new file mode 100644 index 000000000..8bce46926 --- /dev/null +++ b/stdlib/regression/test33.lama @@ -0,0 +1,5 @@ +import List; +import Array; + +printf ("{}.string: %s\n", {}.string); +printf ("{}.stringcat: %s\n", {}.stringcat)