use v6-alpha; use Test; =head1 DESCRIPTION Test for the C builtin. =cut # L plan 2; lives_ok { nothing }, "nothing() works"; # Probably the most commonly used form: my $var; nothing while $var++ < 3; # We're still here, so pass(). pass "nothing() works in while";