diff --git a/tests/other_errors/import_it_self.jou b/tests/other_errors/import_it_self.jou new file mode 100644 index 00000000..1e7efa9f --- /dev/null +++ b/tests/other_errors/import_it_self.jou @@ -0,0 +1,4 @@ +import ".\\import_it_self.jou" # Error: the file itself cannot be imported + +def main() -> int: + return 0