[cfe-commits] r38976 - /cfe/cfe/trunk/test/Parser/portability.c
sabre at cs.uiuc.edu
sabre at cs.uiuc.edu
Wed Jul 11 09:26:26 PDT 2007
Author: sabre
Date: Wed Jul 11 11:26:26 2007
New Revision: 38976
URL: http://llvm.org/viewvc/llvm-project?rev=38976&view=rev
Log:
new testcase
Added:
cfe/cfe/trunk/test/Parser/portability.c (with props)
Added: cfe/cfe/trunk/test/Parser/portability.c
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/test/Parser/portability.c?rev=38976&view=auto
==============================================================================
--- cfe/cfe/trunk/test/Parser/portability.c (added)
+++ cfe/cfe/trunk/test/Parser/portability.c Wed Jul 11 11:26:26 2007
@@ -0,0 +1,5 @@
+// RUN: clang -arch ppc -arch linux -fsyntax-only %s 2>&1 | grep note | wc -l | grep 1
+
+// wchar_t varies across targets.
+void *X = L"foo";
+
Propchange: cfe/cfe/trunk/test/Parser/portability.c
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cfe/cfe/trunk/test/Parser/portability.c
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
More information about the cfe-commits
mailing list