aboutsummaryrefslogtreecommitdiff
path: root/src/gp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gp')
-rw-r--r--src/gp/gp.gp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/gp/gp.gp b/src/gp/gp.gp
index 9bae867..8c245a9 100644
--- a/src/gp/gp.gp
+++ b/src/gp/gp.gp
@@ -6,4 +6,10 @@
/*
\r gp/utils
\r gp/invalid
-*/ \ No newline at end of file
+*/
+
+test() = {
+ local(e:ell, p, i:int);
+ p = random(e);
+ i = p[1];
+} \ No newline at end of file