[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang-tools-extra / include-cleaner / test / html.cpp
blob127ad54c923fe54c0b6b672b9aad323a234f0014
1 // RUN: clang-include-cleaner -html=- %s -- -I %S/Inputs | FileCheck %s
2 #include "bar.h"
3 #include "foo.h"
5 int n = foo();
6 // CHECK: <span class='ref sel' data-hover='t{{[0-9]+}}'>foo</span>()