[clang] Add tracking source deduction guide for the explicitly-written
[llvm-project.git] / lldb / test / API / lang / c / forward / foo.c
blob4c66d1eba48bf51ef356673c9b41c4fc7eccb499
1 #include "foo.h"
3 int
4 foo (struct bar *bar_ptr)
6 return 1;