$ clang++ -c test.cc test.cc:16:32: warning: expression result unused [-Wunused-value] 16 | template <typename f> d(f) { e<bool(int), f>::ba; } | ^~~~ test.cc:19:20: note: in instantiation of function template specializati...