blob: 263fd0eb11657a1b16ada003d6f91925b63b4fd3 [file] [log] [blame]
// Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com>
// Special g++ Options: -O3
static void foo (int a)
{
a = a;
}
static void bar (void)
{
foo (-1);
}