xref: /llvm-project/clang/test/CodeCompletion/auto_type.c (revision cf9b25e0adc42546e4dc5ff51ee8674d45bac26b)
1 // RUN: %clang_cc1 -code-completion-at=%s:%(line+2):1 %s | FileCheck %s
func()2 void func() {
3 
4 }
5 // CHECK: COMPLETION: __auto_type
6