(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
ubsan/
pr63866.c
       1  /* PR sanitizer/63866 */
       2  /* { dg-do compile } */
       3  /* { dg-options "-fsanitize=undefined -fdump-ipa-cgraph" } */
       4  
       5  int
       6  foo (int x, int y)
       7  {
       8    return x + y;
       9  }
      10