1 | int (*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 |
1 | int (*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 |