summary refs log tree commit diff stats
path: root/tests/casestmt/tduplicates.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/casestmt/tduplicates.nim')
0 files changed, 0 insertions, 0 deletions
'#n3'>3 4 5 6 7 8 9
10
11








              
        
 
discard """
  output: 3

"""

var x: ref int
new(x)
x[] = 3

echo x[]