summaryrefslogtreecommitdiffstats
path: root/src/seastar/cmake/code_tests/Concepts_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/seastar/cmake/code_tests/Concepts_test.cc')
-rw-r--r--src/seastar/cmake/code_tests/Concepts_test.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/seastar/cmake/code_tests/Concepts_test.cc b/src/seastar/cmake/code_tests/Concepts_test.cc
new file mode 100644
index 00000000..4644393a
--- /dev/null
+++ b/src/seastar/cmake/code_tests/Concepts_test.cc
@@ -0,0 +1,3 @@
+#if __cpp_concepts == 201507
+int main() { return 0; }
+#endif