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