c++: Fix handling of the `final` contextual keyword
[geany-mirror.git] / tests / ctags / simple.pl
blobbbf078e6c30edc3db5427ad76734d5a5d89475b3
1 =head1 NAME
2 Some stuff to ignore
3 package NotAPackage;
4 sub NotASub {}
5 =cut
6 package A::B;
7 sub MySub {}
8 use constant A => 3;
9 LABEL:
10 __END__
11 sub IgnoreSub {}