// Build don't link: // Origin: Jakub Jelinek // Special g++ Options: -O3 static void foo (int a) { a = a; } static void bar (void) { foo (-1); }