mirror of
https://github.com/opnsense/src.git
synced 2026-04-09 11:27:18 -04:00
7 lines
187 B
C++
7 lines
187 B
C++
|
|
// Support parsing of concepts
|
|
// Disabled for now.
|
|
// expected-no-diagnostics
|
|
|
|
// RUN: %clang_cc1 -std=c++14 -fconcepts-ts -x c++ -verify %s
|
|
// template<typename T> concept C1 = true;
|