This used to fail with old V::M, add it to make sure it behaves under PP
[p5sagit/namespace-clean.git] / t / lib / SyntaxError.pm
1 package SyntaxError;
2 use namespace::clean;
3 sub foo { if }
4 1;