summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr40340-3.c
blob: f771a00e3a09ef56141ba3af7c3dbdb02e2fdb73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* PR middle-end/40340 */
/* { dg-do compile } */
/* { dg-options "-O2 -Wall -Wno-system-headers" } */

#define TEST2
#include "pr40340.h"

int
main (void)
{
  test2 ();
  return 0;
}

/* { dg-bogus "overflow" "" { target *-*-* } 10 } */