From: Misha Brukman Date: Thu, 21 Aug 2003 18:59:56 +0000 (+0000) Subject: Test case distilled from bash. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6f3c178c48b23b31630767b68514d4b1d26869c8;p=oota-llvm.git Test case distilled from bash. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8013 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CFrontend/2003-08-21-WideString.c b/test/CFrontend/2003-08-21-WideString.c new file mode 100644 index 00000000000..cdbc3a93f9d --- /dev/null +++ b/test/CFrontend/2003-08-21-WideString.c @@ -0,0 +1,3 @@ +struct { + int *name; +} syms = { L"NUL" };