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
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
FrontendC
/
2003-08-21-WideString.c
blob
bf67a21896b0906ffd022b7854b5d3456f712c74
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
#include <wchar.h>
4
5
struct
{
6
wchar_t
*
name
;
7
}
syms
= {
L
"NUL"
};