summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/microsoft-cxx0x.cpp
blob: 3f78eda79cd57bc8dd6d21d1c16cb695efcba863 (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: %clang_cc1 %s -triple i686-pc-win32 -fsyntax-only -Wc++0x-narrowing -Wmicrosoft -verify -fms-extensions -std=c++11


struct A {
     unsigned int a;
};
int b = 3;
A var = {  b }; // expected-warning {{ cannot be narrowed }} expected-note {{override}}