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
re PR c++/84691 (internal compiler error: in poplevel_class, at cp/name-lookup.c...
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
rep_clause2.ads
blob
361c141ec40ba58b156fe8056eaf5bc1ad4c25a1
1
-- { dg-do compile }
2
-- { dg-options "-gnatws" }
3
4
package
Rep_Clause2
is
5
6
type
S
is new
String
;
7
for
S
'Component_Size
use
256
;
8
9
type
T
is new
S
(
1
.
.8
);
10
11
end
Rep_Clause2
;