blob: 8a3b699ee703a2461296f789d575db0f419c31c7 [file] [log] [blame]
/* PR c/61553 */
/* { dg-do compile } */
void
foo (char *s)
{
__atomic_store (s, (void *) 0, __ATOMIC_SEQ_CST); /* { dg-error "size mismatch" } */
}