Clang Project

clang_source_code/test/CodeCompletion/auto_type.c
1// RUN: %clang_cc1 -code-completion-at=%s:3:1 %s | FileCheck %s
2void func() {
3
4}
5// CHECK: COMPLETION: __auto_type
6