# New Ticket Created by  mt1957 
# Please include the string:  [perl #128973]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=128973 >


Hi,

Found a bug in newest rakudo version 2016.07.1-217-gd6abf8b built on 
MoarVM version 2016.07-17-g40948f6 implementing Perl 6.c

This might be a followup after repairing bug #127933.

 > my int $j = 0x40;
64
 > my int $i = 0x40;
64
 > say "$i, $j";
===SORRY!=== Error while compiling:
Variable '$i' is not declared
------> say "⏏$i, $j";


The same is found for int and int16.

Simple test using int8 only outside REPL runs ok.

Greetings,
Marcel

Reply via email to