mirror of https://github.com/microsoft/clang.git
Make this test actually test something
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164677 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
93dec51750
commit
c888133119
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -verify -fsyntax-only -Wformat -Wno-format-y2k
|
||||
// RUN: %clang_cc1 -verify -fsyntax-only -Wformat -Wno-format-y2k %s
|
||||
// rdar://9504680
|
||||
|
||||
void foo(const char *, ...) __attribute__((__format__ (__printf__, 1, 2)));
|
||||
|
|
Loading…
Reference in New Issue