mirror of https://github.com/microsoft/clang.git
Correct line endings that got mixed up in r320088; NFC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@320115 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d37b81094e
commit
614c7ace15
|
@ -1,12 +1,12 @@
|
|||
// RUN: %clang_cc1 -fdouble-square-bracket-attributes -std=c11 -E %s -o - | FileCheck %s
|
||||
|
||||
// CHECK: has_fallthrough
|
||||
#if __has_c_attribute(fallthrough)
|
||||
int has_fallthrough();
|
||||
#endif
|
||||
|
||||
// CHECK: does_not_have_selectany
|
||||
#if !__has_c_attribute(selectany)
|
||||
int does_not_have_selectany();
|
||||
#endif
|
||||
|
||||
// RUN: %clang_cc1 -fdouble-square-bracket-attributes -std=c11 -E %s -o - | FileCheck %s
|
||||
|
||||
// CHECK: has_fallthrough
|
||||
#if __has_c_attribute(fallthrough)
|
||||
int has_fallthrough();
|
||||
#endif
|
||||
|
||||
// CHECK: does_not_have_selectany
|
||||
#if !__has_c_attribute(selectany)
|
||||
int does_not_have_selectany();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue