summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/exprs.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/PCH/exprs.h')
-rw-r--r--clang/test/PCH/exprs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/PCH/exprs.h b/clang/test/PCH/exprs.h
index 36660cc0a49..5dcb26fbe3d 100644
--- a/clang/test/PCH/exprs.h
+++ b/clang/test/PCH/exprs.h
@@ -11,7 +11,7 @@ typedef typeof(17) integer_literal;
typedef typeof(17l) long_literal;
// FloatingLiteral
-typedef typeof(42.5) floating_literal;
+typedef typeof((42.5)) floating_literal;
// CharacterLiteral
typedef typeof('a') char_literal;
OpenPOWER on IntegriCloud