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
PR middle-end/77674
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
dump-ada-spec-3.c
blob
19cfd0087ebf801307bacf566b36883ecc9e91e8
1
/* { dg-do compile } */
2
/* { dg-options "-fdump-ada-spec" } */
3
4
typedef
struct
5
{
6
int
a
;
7
}
Message_Type
;
8
9
extern
int
Func
(
const
Message_Type
*
in
,
Message_Type
*
out
);
10
11
/* { dg-final { scan-ada-spec-not "System.Address" } } */
12
/* { dg-final { cleanup-ada-spec } } */