diff options
Diffstat (limited to 'test/FrontendC/2003-08-21-WideString.c')
-rw-r--r-- | test/FrontendC/2003-08-21-WideString.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/FrontendC/2003-08-21-WideString.c b/test/FrontendC/2003-08-21-WideString.c deleted file mode 100644 index bf67a21..0000000 --- a/test/FrontendC/2003-08-21-WideString.c +++ /dev/null @@ -1,7 +0,0 @@ -// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null - -#include <wchar.h> - -struct { - wchar_t *name; -} syms = { L"NUL" }; |