2013-11-14 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr56990.c
blobecb6acef6f3e166544c797018559f5da46120942
1 /* PR sanitizer/56990 */
2 /* { dg-do compile { target { x86_64-*-linux* && lp64 } } } */
3 /* { dg-options "-fsanitize=thread" } */
5 struct S{};
7 void foo(struct S *p)
9 *p = (struct S){};