blob: 412a811f729203c9513e7993ead7bbc705017bc6 [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -verify %s
// PR5908
template <typename Iterator>
void Test(Iterator it) {
*(it += 1);
}