summaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/dump-ada-spec-4.c
blob: d2a45a6363ea00aadfc433034eee86a9759152cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* { dg-do compile } */
/* { dg-options "-fdump-ada-spec" } */

typedef struct Message_Type
{
   int a;
} Message_Type;

extern int Func(const Message_Type *in, Message_Type *out);

/* { dg-final { scan-ada-spec-not "System.Address" } } */
/* { dg-final { cleanup-ada-spec } } */