diff options
Diffstat (limited to 'test/Sema/const-ptr-int-ptr-cast.c')
-rw-r--r-- | test/Sema/const-ptr-int-ptr-cast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/const-ptr-int-ptr-cast.c b/test/Sema/const-ptr-int-ptr-cast.c index c6e70b8..8beaf9d 100644 --- a/test/Sema/const-ptr-int-ptr-cast.c +++ b/test/Sema/const-ptr-int-ptr-cast.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify %s +// RUN: %clang_cc1 -fsyntax-only -verify -ffreestanding %s #include <stdint.h> |