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
@@ -13,7 +13,7 @@ private uint z2 = DD;
|
||||
|
||||
fn void test()
|
||||
{
|
||||
int xx = FOO;
|
||||
int xx = (int)FOO;
|
||||
uint* yy = &&FOO;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user