diff options
Diffstat (limited to 'test/FrontendC/2007-05-11-str-const.c')
-rw-r--r-- | test/FrontendC/2007-05-11-str-const.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/FrontendC/2007-05-11-str-const.c b/test/FrontendC/2007-05-11-str-const.c deleted file mode 100644 index 46a74c1..0000000 --- a/test/FrontendC/2007-05-11-str-const.c +++ /dev/null @@ -1,5 +0,0 @@ -// RUN: %llvmgcc -S -g %s -o /dev/null - -static unsigned char out[]={0,1}; -static const unsigned char str1[]="1"; - |