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++/70808 (Spurious -Wzero-as-null-pointer-constant for nullptr_t)
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
dump-ada-spec-8.c
blob
9b97f5fe4e14497101061e6c3d7848ad184b62e8
1
/* { dg-do compile } */
2
/* { dg-options "-fdump-ada-spec -w" } */
3
4
typedef
struct
T
{}
My_T
;
5
6
int
foo
(
My_T
*
t
);
7
8
9
struct
S1
;
10
11
struct
S2
{
struct
S1
*
s
; };
12
13
struct
S1
{};
14
15
/* { dg-final { scan-ada-spec-not "System.Address" } } */
16
/* { dg-final { cleanup-ada-spec } } */