aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/dump-ada-spec-1.c
blob: eb249e798541d6b3c23b372afe6c29c6b8272589 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-fdump-ada-spec" } */

struct S
{
  int i;
};

/* { dg-final { scan-ada-spec "type S is record" } } */
/* { dg-final { cleanup-ada-spec } } */