mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Auto-import std::core. Fix module assignment of declarations. Introspection improvements. Deref null error panics in safe mode. Support for LLVM 15
This commit is contained in:
committed by
Christoffer Lerno
parent
df41caabdd
commit
b1d83e2ccd
@@ -1,3 +1,4 @@
|
||||
// #target: macos-x64
|
||||
struct StructA
|
||||
{
|
||||
int a;
|
||||
@@ -20,7 +21,7 @@ fn void test()
|
||||
StructB b3 = { .b = { } };
|
||||
}
|
||||
|
||||
// #expect: struct_codegen_empty.ll
|
||||
/* #expect: struct_codegen_empty.ll
|
||||
|
||||
%a = alloca %StructA, align 4
|
||||
%a2 = alloca %StructA, align 4
|
||||
|
||||
Reference in New Issue
Block a user