summaryrefslogtreecommitdiffstats
path: root/test/Sema/PR2727.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/PR2727.c')
-rw-r--r--test/Sema/PR2727.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Sema/PR2727.c b/test/Sema/PR2727.c
new file mode 100644
index 0000000..52d8392
--- /dev/null
+++ b/test/Sema/PR2727.c
@@ -0,0 +1,8 @@
+// RUN: clang-cc -verify -fsyntax-only -std=c90 %s &&
+// RUN: clang-cc -verify -fsyntax-only -std=c99 %s
+
+int f (int x)
+{
+ // sizeof applied to a type should not delete the type.
+ return sizeof (int[x]);
+}
OpenPOWER on IntegriCloud