summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31637-Issue_3446.cpp
blob: 9577cfa89679bf86a9137ac4da0d458f18df7dc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Foo::
Foo() {
}

std::true_type blarg();
template <typename T>
decltype(std::declval<T &>().put(foo, bar), std::true_type())
has_module_api_(T && t);

void
foo()
{
	using V = decltype(STD::declval<T &>().put(foo, bar), std::true_type());
}

template <typename T>
decltype(std::declval<T &>()./* ((( */ put(foo, bar), std::true_type())
has_module_api_(T && t);