blob: 8770a3758d7f8164ab0c367fbe40731f40e457b0 [file] [log] [blame]
/* PR sanitizer/55702 */
/* { dg-do compile { target { x86_64-*-linux* && lp64 } } } */
/* { dg-options "-fsanitize=thread" } */
void
foo ()
{
__builtin_return (0);
}