PR tree-optimization/86401
[official-gcc.git] / gcc / testsuite / c-c++-common / pr61553.c
blob8a3b699ee703a2461296f789d575db0f419c31c7
1 /* PR c/61553 */
2 /* { dg-do compile } */
4 void
5 foo (char *s)
7 __atomic_store (s, (void *) 0, __ATOMIC_SEQ_CST); /* { dg-error "size mismatch" } */