Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr55702.c
blob: bf3d3ae5ea247380989f0c0f77e9829c889cfb16 [
file
] [
log
] [
blame
]
/* PR sanitizer/55702 */
/* { dg-do compile { target { { i?86-*-linux* x86_64-*-linux* } && lp64 } } } */
/* { dg-options "-fsanitize=thread" } */
void
foo
()
{
__builtin_return
(
0
);
}