diff options
Diffstat (limited to 'clang/test/Sema/function-ptr.c')
-rw-r--r-- | clang/test/Sema/function-ptr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/function-ptr.c b/clang/test/Sema/function-ptr.c index 83e4d74b6ad..6b410018f4b 100644 --- a/clang/test/Sema/function-ptr.c +++ b/clang/test/Sema/function-ptr.c @@ -1,4 +1,4 @@ -// RUN: clang %s -verify -pedantic +// RUN: clang-cc %s -verify -pedantic typedef int unary_int_func(int arg); unary_int_func *func; |