repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
dump-ada-spec-1.C
blob
eb249e798541d6b3c23b372afe6c29c6b8272589
1
/* { dg-do compile } */
2
/* { dg-options "-fdump-ada-spec" } */
3
4
struct S
5
{
6
int i;
7
};
8
9
/* { dg-final { scan-ada-spec "type S is record" } } */
10
/* { dg-final { cleanup-ada-spec } } */