I have a clang.C file:
#include "A.h" #include "B.h" int main(int argc, char* argv[]) { return 1; }
I also have these