Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neon code that causes the compiler to crash #447

Closed
gitlarryf opened this issue Feb 20, 2024 · 1 comment
Closed

Neon code that causes the compiler to crash #447

gitlarryf opened this issue Feb 20, 2024 · 1 comment

Comments

@gitlarryf
Copy link
Contributor

The following piece of code:

TYPE r IS RECORD
    a: Array<r>
END RECORD
print(r())

crashes the Neon compiler on Windows.

@ghewgill
Copy link
Owner

Duplicate of #297

@ghewgill ghewgill marked this as a duplicate of #297 Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants