Sign in
cobalt
/
cobalt
/
a3dd835b53c74ec0f3e791c01fbcde33bbf26c6d
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
CodeCompletion
/
enable-if-attr-crash.cpp
blob: cca84b28ecfb80a429caa1a3835f6b858b305336 [
file
] [
log
] [
blame
]
int
foo
(
bool
x
)
__attribute__
((
enable_if
(
x
,
""
)));
int
test
()
{
bool
fffffff
;
// RUN: %clang_cc1 -std=c++11 -code-completion-at=%s:7:8 %s | FileCheck %s
// CHECK: COMPLETION: fffffff : [#bool#]fffffff
foo
(
ff
}