// RUN: %clang_cc1 -fsyntax-only -verify %s
// Test that explicit instantiations do not instantiate entities
// marked with the exclude_from_explicit_instantiation attribute.
;
inline void
void
inline void
void
int Foo<T>::static_data_member = T::fail;
// expected-no-diagnostics
;