aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr55702.c
blob: 8770a3758d7f8164ab0c367fbe40731f40e457b0 (plain)
1
2
3
4
5
6
7
8
9
/* PR sanitizer/55702 */
/* { dg-do compile { target { x86_64-*-linux* && lp64 } } } */
/* { dg-options "-fsanitize=thread" } */

void
foo ()
{
  __builtin_return (0);
}