summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/cpp
blob: b78877798f0b5187534520b70480f98b7ce734e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[name]
Special handling of C++

[input]
=head1 NAME

gcc - GNU project C and C++ compiler

=head1 C++ NOTES

Other mentions of C++.

=cut

[output]
NAME
    gcc - GNU project C and C++ compiler

C++ NOTES
    Other mentions of C++.