Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / SemaCXX / builtins-arm.cpp
blobe68e99df856c6ae6d677c89982884aabf99786c3
1 // RUN: %clang_cc1 -triple armv7 -fsyntax-only -verify %s
3 // va_list on ARM AAPCS is struct { void* __ap }.
4 int test1(const __builtin_va_list &ap) {
5 return __builtin_va_arg(ap, int); // expected-error {{binding reference of type '__builtin_va_list' to value of type 'const __builtin_va_list' drops 'const' qualifier}}