1 // RUN: %clang_cc1 -std=c++11 -emit-pch -o %t.a %s
2 // RUN: %clang_cc1 -std=c++11 -include-pch %t.a %s -ast-print -o - | FileCheck %s
7 inline void test(int i
) {
10 // Notice that the NullStmt has two attributes.
11 // CHECK: {{\[\[clang::fallthrough\]\] \[\[clang::fallthrough\]\]}}
12 [[clang::fallthrough
]] [[clang::fallthrough
]];