[ELF] Avoid make in elf::writeARMCmseImportLib
[llvm-project.git] / clang / test / Analysis / PR9741.cpp
blob542bc2d958ee45b39583c5b9e1fcf95d054e880f
1 // RUN: %clang_cc1 -std=c++11 -Wuninitialized -verify %s
2 // expected-no-diagnostics
4 void f() {
5 int a[] = { 1, 2, 3 };
6 unsigned int u = 0;
7 for (auto x : a)