blob: 4dc27548ab2869c88e4152323c8b030270e0d7d4 [file] [log] [blame]
/* PR c/89734 */
/* { dg-do compile } */
/* { dg-options "" } */
typedef const int CI;
typedef _Atomic int AI;
CI foo (void);
const int foo (void);
AI baz (void);
_Atomic int baz (void);