repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
compiler: give error for non-int arguments to make
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
lto13_pkg.adb
blob
f8b5057a15e88dbee505be037e11adfee519ca91
1
package body
Lto13_Pkg
is
2
3
procedure
Proc
is
4
begin
5
raise
Constraint_Error
;
6
end
;
7
8
type
T
is null record
;
9
10
end
Lto13_Pkg
;