[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / SemaCXX / PR10458.cpp
blob57588ebcf1f02a3ec279334d45fb4cdad71fad99
1 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++98
3 void f() {
4 int arr[] = { 1, 2, 3 };
5 for (auto &i : arr) { // expected-warning {{'auto' type specifier is a C++11 extension}} expected-warning {{range-based for loop is a C++11 extension}}