diff options
Diffstat (limited to 'test/CXX/expr/p8.cpp')
-rw-r--r-- | test/CXX/expr/p8.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/expr/p8.cpp b/test/CXX/expr/p8.cpp index cc834d9dc8d8..2f6c094301ee 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(); |