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
/
thin_pointer2.adb
blob
52c4dd6deab1a864bc9460f50056147c57911d98
1
-- PR ada/42253
2
-- Testcase by Duncan Sands <baldrick@gcc.gnu.org>
3
4
-- { dg-do run }
5
6
with
Thin_Pointer2_Pkg
;
use
Thin_Pointer2_Pkg
;
7
8
procedure
Thin_Pointer2
is
9
begin
10
if
F
/=
'*'
then
11
raise
Program_Error
;
12
end if
;
13
end
;