mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-08 12:54:22 +00:00
bugfix: wrong assertions for C++ code generation; some solaris support; first steps to an effect system
This commit is contained in:
@@ -4,5 +4,5 @@ type
|
||||
|
||||
var a: TArray
|
||||
|
||||
echo a[0] #OUT 0
|
||||
echo a[0x0012] #OUT 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user