repo.or.cz
/
llvm
/
systemz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use SUBREG_TO_REG instead of INSERT_SUBREG, this way the code
[llvm/systemz.git]
/
test
/
FrontendC
/
2009-07-15-pad-wchar_t-array.c
blob
839a7bb5cbff80b06a738403dfbc9b91a44a1d14
1
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3
#include <stddef.h>
4
signed short
_iodbcdm_sqlerror
( )
5
{
6
wchar_t
_sqlState
[
6
] = {
L
"\0"
};
7
}