2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr55702.c
blobbf3d3ae5ea247380989f0c0f77e9829c889cfb16
1 /* PR sanitizer/55702 */
2 /* { dg-do compile { target { { i?86-*-linux* x86_64-*-linux* } && lp64 } } } */
3 /* { dg-options "-fsanitize=thread" } */
5 void
6 foo ()
8 __builtin_return (0);