We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
c3c compile the code below segfaults.
c3c compile
fn void main() { int[]! a = {1, 2}; int! b = a[0]; }
c3c --version
C3 Compiler Version: 0.6.5 (Pre-release, Nov 21 2024 00:25:37) Installed directory: /home/user/c3 Git Hash: c9793457f3046ff0da7179ec87f6c8f4e7bdac97 Backends: LLVM LLVM version: 17.0.6 LLVM default target: x86_64-pc-linux-gnu
The text was updated successfully, but these errors were encountered:
Indexing an Optional slice would crash in codegen #1636.
347a1a4
Indexing an Optional slice would crash in codegen c3lang#1636.
8970793
lerno
No branches or pull requests
c3c compile
the code below segfaults.c3c --version
The text was updated successfully, but these errors were encountered: