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