Mercurial > hg > CbC > GCC_original
view gcc/testsuite/c-c++-common/dump-ada-spec-10.c @ 19:2b5abeee2509 default tip
update gcc11
author | anatofuz |
---|---|
date | Mon, 25 May 2020 07:50:57 +0900 |
parents | 84e7813d76e9 |
children |
line wrap: on
line source
/* { dg-do compile } */ /* { dg-options "-fdump-ada-spec" } */ typedef struct T *My_Ptr1; int foo1 (My_Ptr1); typedef struct T *My_Ptr2; int foo2 (My_Ptr2); struct T { int i; }; /* { dg-final { scan-ada-spec-not "System.Address" } } */ /* { dg-final { cleanup-ada-spec } } */