cgraph: A COMDAT decl always has non-zero address.
[gcc.git] / gcc / testsuite / c-c++-common / pr61553.c
1 /* PR c/61553 */
2 /* { dg-do compile } */
3
4 void
5 foo (char *s)
6 {
7 __atomic_store (s, (void *) 0, __ATOMIC_SEQ_CST); /* { dg-error "size mismatch" } */
8 }