We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe37160 commit f86a3ddCopy full SHA for f86a3dd
clang/test/Sema/varargs.c
@@ -1,5 +1,8 @@
1
// RUN: %clang_cc1 -fsyntax-only -verify %s -triple i386-pc-unknown
2
+// RUN: %clang_cc1 -fsyntax-only -verify %s -triple i386-mingw32
3
// RUN: %clang_cc1 -fsyntax-only -verify %s -triple x86_64-apple-darwin9
4
+// RUN: %clang_cc1 -fsyntax-only -verify %s -triple x86_64-mingw64
5
+// RUN: %clang_cc1 -fsyntax-only -verify %s -triple x86_64-uefi
6
// RUN: %clang_cc1 -fsyntax-only -fms-compatibility -DMS -verify %s -triple x86_64-pc-win32
7
8
void f1(int a)
0 commit comments