about summary refs log tree commit diff
path: root/examples/24.pry
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/24.pry (renamed from examples/24.src)2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/24.src b/examples/24.pry
index 7349906..f30a7fc 100644
--- a/examples/24.src
+++ b/examples/24.pry
@@ -1,6 +1,6 @@
 extern malloc = (i64) => *void;
 
-import "!stdlib.src";
+import "!stdlib.pry";
 
 let test = struct {
 	 x: i64,