summaryrefslogtreecommitdiffstats
path: root/test/CXX/expr/p8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CXX/expr/p8.cpp')
-rw-r--r--test/CXX/expr/p8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/expr/p8.cpp b/test/CXX/expr/p8.cpp
index cc834d9..2f6c094 100644
--- a/test/CXX/expr/p8.cpp
+++ b/test/CXX/expr/p8.cpp
@@ -1,7 +1,7 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
int a0;
-const volatile int a1;
+const volatile int a1 = 2;
int a2[16];
int a3();
OpenPOWER on IntegriCloud