diff options
Diffstat (limited to 'clang/test/PCH/Inputs/pch-through-use2.cpp')
| -rw-r--r-- | clang/test/PCH/Inputs/pch-through-use2.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/PCH/Inputs/pch-through-use2.cpp b/clang/test/PCH/Inputs/pch-through-use2.cpp new file mode 100644 index 00000000000..217803ba398 --- /dev/null +++ b/clang/test/PCH/Inputs/pch-through-use2.cpp @@ -0,0 +1,3 @@ +void foo() { + through4(0); +} |

