mirror of https://github.com/microsoft/clang.git
make this test case 64bit test. It fails due to
'int' vs. 'long' issue with i386. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162125 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8ecf59afba
commit
66400c4f91
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 %s -fsyntax-only -Wno-unused-value -Wbad-function-cast -verify
|
||||
// RUN: %clang_cc1 %s -fsyntax-only -Wno-unused-value -Wbad-function-cast -triple x86_64-unknown-unknown -verify
|
||||
// rdar://9103192
|
||||
|
||||
void vf(void);
|
||||
|
|
Loading…
Reference in New Issue