Dale Johannesen | e564c6a | 2009-07-15 20:27:44 +0000 | [diff] [blame] | 1 | // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null |
2 | |||||
3 | typedef int __darwin_wchar_t; | ||||
4 | typedef __darwin_wchar_t wchar_t; | ||||
5 | typedef signed short SQLSMALLINT; | ||||
6 | typedef SQLSMALLINT SQLRETURN; | ||||
7 | typedef enum | ||||
8 | { | ||||
9 | en_sqlstat_total | ||||
10 | } | ||||
11 | sqlerrmsg_t; | ||||
12 | SQLRETURN _iodbcdm_sqlerror( ) | ||||
13 | { | ||||
14 | wchar_t _sqlState[6] = { L"\0" }; | ||||
15 | } |