PR c++/56973, DR 696 - capture constant variables only as needed.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / auto-fn19.C
blob28cea1128669bddbf459e97d0d0c9987b48d6189
1 // { dg-do compile { target c++14 } }
3 template <class T>
4 auto f() { return T::i; }
6 extern template auto f<int>(); // does not force instantiation