1 // RUN: %clang_cc1 -fsyntax-only -verify %s
5 void f(); // expected-note{{explicit instantiation candidate function 'n::f<0>' template here [with $0 = 0]}}
7 extern template void f
<0>();
13 void f() {} // expected-note{{explicit instantiation candidate function 'f<0>' template here [with $0 = 0]}}
15 template void f
<0>(); // expected-error{{partial ordering for explicit instantiation of 'f' is ambiguous}}