mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-02 21:22:44 +00:00
new testcase
llvm-svn: 38976
This commit is contained in:
parent
02dffbda3b
commit
aecc057c64
5
clang/test/Parser/portability.c
Normal file
5
clang/test/Parser/portability.c
Normal file
@ -0,0 +1,5 @@
|
||||
// RUN: clang -arch ppc -arch linux -fsyntax-only %s 2>&1 | grep note | wc -l | grep 1
|
||||
|
||||
// wchar_t varies across targets.
|
||||
void *X = L"foo";
|
||||
|
Loading…
x
Reference in New Issue
Block a user