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
c++: Adjust docs and option descriptions for the publishing of C++23
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
test_ext1.adb
blob
8accc70d04231ec8a055958bf671ac02701465a1
1
-- { dg-do compile }
2
3
with
ext1
;
use
ext1
;
4
procedure
test_ext1
is
5
X
:
Regular_Smiley
;
6
begin
7
X
.
Set_Mood
;
8
end
;