// RUN: %clang_cc1 %s -emit-llvm -triple %itanium_abi_triple -o - | FileCheck %s
// RUN: %clang_cc1 %s -DREDEFINE -verify
// PR8007: friend function not instantiated.
// CHECK: define linkonce_odr{{.*}}_ZlsR11std_ostreamRK8StreamerI3FooE
;
std_ostream cout;
;
typedef struct Foo Foo;
inline std_ostream& ;
std_ostream&
void const // expected-note{{requested here}}
int