-
-
Notifications
You must be signed in to change notification settings - Fork 300
Closed
Labels
BugSomething isn't workingSomething isn't workingFixed needs testingNeeds verification / testing that it now worksNeeds verification / testing that it now works
Description
bitstruct Instruction : char @bigendian
{
ushort count : 4..7;
}
fn int main(String[] args)
{
Instruction a;
return a.count;
}⚠️ The compiler encountered an unexpected error: "Violated assert: type != c->byte_type".
- Function: llvm_emit_bswap(...)
- Source file: /build/6pkxvdws1dcnnai3g48sk1lj29a6abi9-source/src/compiler/llvm_codegen_expr.c:916
🙏 Please consider taking the time to file an issue on GitHub, so that we can get it fixed:
https://github.com/c3lang/c3c/issues/new so that we can get it fixed.
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingFixed needs testingNeeds verification / testing that it now worksNeeds verification / testing that it now works