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