Test for llvm-gcc patch 75822.

llvm-svn: 75824
This commit is contained in:
Dale Johannesen 2009-07-15 20:27:44 +00:00
parent ee71c25eee
commit 50267456a4
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
typedef int __darwin_wchar_t;
typedef __darwin_wchar_t wchar_t;
typedef signed short SQLSMALLINT;
typedef SQLSMALLINT SQLRETURN;
typedef enum
{
en_sqlstat_total
}
sqlerrmsg_t;
SQLRETURN _iodbcdm_sqlerror( )
{
wchar_t _sqlState[6] = { L"\0" };
}