summaryrefslogtreecommitdiff
path: root/t/t4018/cpp-template-function-definition
blob: a410298b0b2ed5084910f1c906def7cfebc428a8 (plain)
1
2
3
4
5
template<class T> int RIGHT(T arg)
{
	ChangeMe;
	broken;
}