summaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/static_assert/a.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/static_assert/a.h')
-rw-r--r--test/Modules/Inputs/static_assert/a.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Modules/Inputs/static_assert/a.h b/test/Modules/Inputs/static_assert/a.h
new file mode 100644
index 000000000000..e876df06d066
--- /dev/null
+++ b/test/Modules/Inputs/static_assert/a.h
@@ -0,0 +1,3 @@
+class S {
+ static_assert(4 == 4);
+};