// RUN: %clang_cc1 -triple i386-unknown-unknown -fms-compatibility -std=c++11 -E -P %s -o - | FileCheck %s --check-prefixes=CHECK,ITANIUM --implicit-check-not=:
// RUN: %clang_cc1 -triple i386-windows -fms-compatibility -std=c++11 -E -P %s -o - | FileCheck %s --check-prefixes=CHECK,WINDOWS --implicit-check-not=:
// CHECK: clang::fallthrough: 201603L
// CHECK: selectany: 0
// The attribute name can be bracketed with double underscores.
// CHECK: clang::__fallthrough__: 201603L
// The scope cannot be bracketed with double underscores unless it is
// for gnu or clang.
// CHECK: __gsl__::suppress: 0
// CHECK: _Clang::fallthrough: 201603L
// CHECK: __nodiscard__: 201907L
// CHECK: __gnu__::__const__: 1
// Test that C++11, target-specific attributes behave properly.
// CHECK: gnu::mips16: 0
// Test for standard attributes as listed in C++2a [cpp.cond] paragraph 6.
// FIXME(201806L) CHECK: assert: 0
// CHECK: carries_dependency: 200809L
// CHECK: deprecated: 201309L
// FIXME(201806L) CHECK: ensures: 0
// FIXME(201806L) CHECK: expects: 0
// CHECK: fallthrough: 201603L
// CHECK: likely: 201803L
// CHECK: maybe_unused: 201603L
// ITANIUM: no_unique_address: 201803L
// WINDOWS: no_unique_address: 0
// CHECK: nodiscard: 201907L
// CHECK: noreturn: 200809L
// CHECK: unlikely: 201803L
// Test for Microsoft __declspec attributes
// CHECK: uuid: 1
// CHECK: __uuid__: 1
// CHECK: fallthrough: 0