summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/compiler/check/params/Params.gf5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/compiler/check/params/Params.gf b/testsuite/compiler/check/params/Params.gf
new file mode 100644
index 000000000..52ab876e2
--- /dev/null
+++ b/testsuite/compiler/check/params/Params.gf
@@ -0,0 +1,5 @@
+resource Params = {
+
+param P = P1 Str ;
+
+} \ No newline at end of file