mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +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
test/test_suite2/module/module_error_string.c3
Normal file
1
test/test_suite2/module/module_error_string.c3
Normal file
@@ -0,0 +1 @@
|
||||
module "Hello my friend"; // #error: 'module' should be followed by a plain identifier, not a string. Did you accidentally put the module name between ""?
|
||||
Reference in New Issue
Block a user