aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/ubsan/pr63866.c
blob: 2b53dd1548d8b4a95efbfc41b58e3267e236aa3e (plain)
1
2
3
4
5
6
7
8
9
10
/* PR sanitizer/63866 */
/* { dg-do compile } */
/* { dg-options "-fsanitize=undefined -fdump-ipa-cgraph" } */

int
foo (int x, int y)
{
  return x + y;
}