[clang] Add tracking source deduction guide for the explicitly-written
[llvm-project.git] / lldb / test / API / lang / cpp / modules-import / main.cpp
bloba6acf9a1a6998b91b0de9083afa82f67dd05427d
1 #include "Foo.h"
3 int main(int argc, char **argv) {
4 Foo foo;
5 // break here.
6 return 0;