summaryrefslogtreecommitdiff
path: root/test/PCH/exprs.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/exprs.h')
-rw-r--r--test/PCH/exprs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/PCH/exprs.h b/test/PCH/exprs.h
index 5af8c7c1a9004..80768f8df24e7 100644
--- a/test/PCH/exprs.h
+++ b/test/PCH/exprs.h
@@ -72,6 +72,8 @@ typedef typeof((void *)0) void_ptr;
// CompoundLiteral
typedef typeof((struct S){.x = 3.5}) compound_literal;
+typedef typeof(i + sizeof(int[i + Enumerator])) add_result_with_typeinfo;
+
// ExtVectorElementExpr
typedef __attribute__(( ext_vector_type(2) )) double double2;
extern double2 vec2, vec2b;