summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/c_static_assert.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CompileFeatures/c_static_assert.c')
-rw-r--r--Tests/CompileFeatures/c_static_assert.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CompileFeatures/c_static_assert.c b/Tests/CompileFeatures/c_static_assert.c
new file mode 100644
index 0000000..afab504
--- /dev/null
+++ b/Tests/CompileFeatures/c_static_assert.c
@@ -0,0 +1,2 @@
+
+_Static_assert(1, "Static assert test");