1// RUN: clang-include-cleaner -html=- %s -- -I %S/Inputs | FileCheck %s2#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