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

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

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