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