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; }