diff options
Diffstat (limited to 'test/CodeGenCXX/unary-type-trait.cpp')
-rw-r--r-- | test/CodeGenCXX/unary-type-trait.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/CodeGenCXX/unary-type-trait.cpp b/test/CodeGenCXX/unary-type-trait.cpp deleted file mode 100644 index 3c6f9c0..0000000 --- a/test/CodeGenCXX/unary-type-trait.cpp +++ /dev/null @@ -1,4 +0,0 @@ -// RUN: %clang_cc1 -emit-llvm-only -verify %s -// expected-no-diagnostics - -bool a() { return __is_pod(int); } |