We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Odin: dev-2025-04-nightly:d9f990d OS: Windows 10 Professional (version: 22H2), build 19045.5487 CPU: AMD Ryzen 7 6800H with Radeon Graphics RAM: 15612 MiB Backend: LLVM 20.1.0
Compile error disallowing any as an union variant.
any
Compiler segfault.
package main U :: union {any} main :: proc() { u: U = 1 }
Program terminated with signal: SIGSEGV Compiler returned: 139
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
Expected Behavior
Compile error disallowing
any
as an union variant.Current Behavior
Compiler segfault.
Failure Information
Steps to Reproduce
Failure Logs
The text was updated successfully, but these errors were encountered: