]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/PCH/Inputs/pch-through-use1.cpp
Vendor import of clang trunk r338150:
[FreeBSD/FreeBSD.git] / test / PCH / Inputs / pch-through-use1.cpp
1 #include "Inputs/pch-through1.h"
2 #include "Inputs/pch-through3.h"
3 void foo() {
4   through2(0);
5 }