1// RUN: clang-include-cleaner -html=- %s -- -I %S/Inputs | FileCheck %s
2#include "bar.h"
3#include "foo.h"
4
5int n = foo();
6// CHECK: <span class='ref sel' data-hover='t{{[0-9]+}}'>foo</span>()
7

source code of clang-tools-extra/include-cleaner/test/html.cpp