Clang Project

clang_source_code/test/CodeCompletion/crash-func-init.cpp
1int (*foo(int a))(flo
2// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:1:21 %s -o - \
3// RUN:            | FileCheck %s
4// CHECK: COMPLETION: float
5