summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/cxx-traits.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/PCH/cxx-traits.cpp')
-rw-r--r--clang/test/PCH/cxx-traits.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/PCH/cxx-traits.cpp b/clang/test/PCH/cxx-traits.cpp
index b0f1d9d2c3d..01b9e9302d7 100644
--- a/clang/test/PCH/cxx-traits.cpp
+++ b/clang/test/PCH/cxx-traits.cpp
@@ -16,6 +16,7 @@ bool copy_construct_int = n::is_trivially_constructible<int, const int&>::value;
// The built-ins should still work too:
bool _is_abstract_result = __is_abstract(int);
+bool _is_aggregate_result = __is_aggregate(int);
bool _is_arithmetic_result = __is_arithmetic(int);
bool _is_array_result = __is_array(int);
bool _is_assignable_result = __is_assignable(int, int);
OpenPOWER on IntegriCloud