// To be used with cxx11-statement-attributes.cpp.
template<constint N>intf(intn){switch(n * N){case0:
n +=15;[[clang::fallthrough]];// This shouldn't generate a warning.
case1:
n +=20;case2:// This should generate a warning: "unannotated fallthrough"
n +=35;break;}return n;}