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
Add support for with/use clauses style checks.
[style_checker.git]
/
regtests
/
withuse2.adb
blob
d1ce7b9cb60a1d02219053e4d53fe2004d099c31
1
2
with
Ada
;
3
with
Toto
;
4
use
Ada
;
5
with
Ben
;
6
7
procedure
Withuse2
is
8
begin
9
null
;
10
end
Withuse2
;