Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
6f532a988e5c02fcb271fb65e9e7b83f0147d3f2
/
.
/
test
/
FrontendC
/
2003-08-21-WideString.c
blob: 69847610b1365d6bbbf061930023f62d6834120a [
file
] [
log
] [
blame
]
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
#include
<wchar.h>
struct
{
wchar_t
*
name
;
}
syms
=
{
L
"NUL"
};