Fix check for copyright presence in multi-line comments.
[style_checker.git] / regtests / withuse1.adb
blob6d0d04ffc13f4c7012a48a8ec93a5450a989fc52
2 with Ada;
3 with Toto;
4 with Ben;
6 procedure Withuse1 is
7 begin
8 null;
9 end Withuse1;