The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Trailing semicolons are allowed in other places

%TestML 0.1.0

Plan = 1;

{ foo() }
{ a = 1 }

Label = 'functions without final semicolons compile'
1.OK