summaryrefslogtreecommitdiffstats
path: root/test/PCH/cxx-static_assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/cxx-static_assert.h')
-rw-r--r--test/PCH/cxx-static_assert.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/PCH/cxx-static_assert.h b/test/PCH/cxx-static_assert.h
deleted file mode 100644
index ba41ab8..0000000
--- a/test/PCH/cxx-static_assert.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Header for PCH test cxx-static_assert.cpp
-
-
-
-
-
-template<int N> struct T {
- static_assert(N == 2, "N is not 2!");
-};
OpenPOWER on IntegriCloud