summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1y/var-templ15.C
blob: 7dd2dcdcf94f84d5d91cd48b08d012c527ff6791 (plain)
1
2
3
4
5
// PR c++/63588
// { dg-do compile { target c++14 } }

template <class T> T elements;
int i = elements <>;		// { dg-error "arguments" }