mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Implement use of strlit array access.
This commit is contained in:
@@ -322,7 +322,7 @@ void llvm_emit_ptr_from_array(GenContext *c, BEValue *value)
|
||||
return;
|
||||
}
|
||||
case TYPE_STRLIT:
|
||||
TODO
|
||||
return;
|
||||
default:
|
||||
UNREACHABLE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user