summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/Inputs/pch-through-use1.cpp
blob: 4eda7cecc95132f918b18c7ec094f1182b90af50 (plain)
1
2
3
4
5
#include "Inputs/pch-through1.h"
#include "Inputs/pch-through3.h"
void foo() {
  through2(0);
}
OpenPOWER on IntegriCloud