diff options
Diffstat (limited to 'test/indent/pascal.pas')
-rw-r--r-- | test/indent/pascal.pas | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/indent/pascal.pas b/test/indent/pascal.pas index 4dc8f795dfc..0dda0c47fef 100644 --- a/test/indent/pascal.pas +++ b/test/indent/pascal.pas @@ -25,6 +25,8 @@ by the GNU General Public License. } {$gnu-pascal,I+} +// Free-pascal style comment. + program CRTDemo; uses GPC, CRT; |