diff options
Diffstat (limited to '')
| -rw-r--r-- | examples/22.pry (renamed from examples/22.src) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/22.src b/examples/22.pry index cc367bf..b57d7c9 100644 --- a/examples/22.src +++ b/examples/22.pry @@ -1,6 +1,6 @@ extern malloc = (i64) => *void; -import "!stdlib.src"; +import "!stdlib.pry"; /* declare new struct type */ let test = struct { |