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
remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
FrontendC
/
2009-07-15-pad-wchar_t-array.c
blob
41bdef25ecca1715a8435fb609d94b1dce016703
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
#include <stddef.h>
4
signed short
_iodbcdm_sqlerror
( )
5
{
6
wchar_t
_sqlState
[
6
] = {
L
"\0"
};
7
}