diff options
Diffstat (limited to 'clang/test/CodeGenCXX/__null.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/__null.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/__null.cpp b/clang/test/CodeGenCXX/__null.cpp index 29416ced023..476b0ad083b 100644 --- a/clang/test/CodeGenCXX/__null.cpp +++ b/clang/test/CodeGenCXX/__null.cpp @@ -1,4 +1,4 @@ -// RUN: clang %s -emit-llvm -o %t +// RUN: clang-cc %s -emit-llvm -o %t int* a = __null; int b = __null; |