aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/const-ptr-int-ptr-cast.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/const-ptr-int-ptr-cast.c')
-rw-r--r--test/Sema/const-ptr-int-ptr-cast.c2
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 c6e70b8b2455..8beaf9d4947c 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>