package NoGood2;
use Test::Routine;

use Math::Trig qw(acos);

test "acos" => sub { 1 };

1;
