use v6.d;
use Test;

plan 1;

## the following code should stay at line number 9
## if you move it to another line, please adjust 
## the line number in S24-testing/line-numbers.t
isnt 'foo', 'foo';
