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-9.c
blob
e38409357eeacca2ded7833c6f9b0e127dc79567
1
/* { dg-do compile } */
2
/* { dg-options "-fdump-ada-spec" } */
3
4
typedef
struct
T My_T
;
5
6
int
foo1
(
My_T
*);
7
8
int
foo2
(
My_T
*);
9
10
struct
T
{
int
i
; };
11
12
/* { dg-final { scan-ada-spec-not "System.Address" } } */
13
/* { dg-final { cleanup-ada-spec } } */