forked from OSchip/llvm-project
make this test case 64bit test. It fails due to
'int' vs. 'long' issue with i386. llvm-svn: 162125
This commit is contained in:
parent
7605630c48
commit
3a4b644982
|
@ -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