blob: 07e63038e03c429ef5951607a95912a91e7ac824 [file] [log] [blame]
/* { dg-lto-do link } */
#include "pr96291.h"
static void * b;
void c(int d) {
f();
a(b, b);
}
void e(void) { c(0); }