repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.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
}