repo.or.cz
/
style_checker.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix check for copyright presence in multi-line comments.
[style_checker.git]
/
regtests
/
withuse1.adb
blob
6d0d04ffc13f4c7012a48a8ec93a5450a989fc52
1
2
with
Ada
;
3
with
Toto
;
4
with
Ben
;
5
6
procedure
Withuse1
is
7
begin
8
null
;
9
end
Withuse1
;