mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
Fix a warning, closing PR2452
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52529 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3e64ff6832
commit
a3de6e9ab8
@ -1,7 +1,7 @@
|
||||
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
|
||||
// XFAIL: *
|
||||
// See PR2452
|
||||
|
||||
#include <wchar.h>
|
||||
|
||||
struct {
|
||||
int *name;
|
||||
wchar_t *name;
|
||||
} syms = { L"NUL" };
|
||||
|
Loading…
x
Reference in New Issue
Block a user