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