Files
clang-p2996/clang/test/PCH/Inputs/pch-through-use1.cpp
Erich Keane 2623e14001 Add PCH tests for R336379
I seemingly forgot the tests for this commit, added here.

llvm-svn: 336380
2018-07-05 17:23:15 +00:00

6 lines
96 B
C++

#include "Inputs/pch-through1.h"
#include "Inputs/pch-through3.h"
void foo() {
through2(0);
}