1 2 // Support parsing of concepts 3 // Disabled for now. 4 // expected-no-diagnostics 5 6 // RUN: %clang_cc1 -std=c++14 -x c++ -verify %s 7 // template<typename T> concept C1 = true; 8