mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Updated casts (#684)
Cast code rework. Remove llvm_set_bool and friends.
This commit is contained in:
committed by
GitHub
parent
e2b4a19c81
commit
f46697bc54
@@ -5,5 +5,5 @@ static initialize
|
||||
|
||||
static initialize
|
||||
{
|
||||
return 123; // #error: You cannot cast 'int' into 'void' even with an explicit cast, so this looks like an error.
|
||||
return 123; // #error: It is not possible to convert 'int' to 'void'
|
||||
}
|
||||
Reference in New Issue
Block a user