summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/unary-type-trait.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/unary-type-trait.cpp')
-rw-r--r--test/CodeGenCXX/unary-type-trait.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGenCXX/unary-type-trait.cpp b/test/CodeGenCXX/unary-type-trait.cpp
new file mode 100644
index 0000000..b65b9f9
--- /dev/null
+++ b/test/CodeGenCXX/unary-type-trait.cpp
@@ -0,0 +1,3 @@
+// RUN: clang-cc -emit-llvm-only -verify %s
+
+bool a() { return __is_pod(int); }
OpenPOWER on IntegriCloud