brintos

brintos / llvm-project-archived public Read only

0
0
Text · 219 B · 0359e65 Raw
6 lines · c
1// RUN: %clang_cc1 -fsyntax-only -verify %s -triple i386-apple-darwin92 3void foo(int a, ...) {4  __builtin_ms_va_start((void *)0, a); // expected-error {{this builtin is only available on x86-64 and aarch64 targets}}5}6