brintos

brintos / llvm-project-archived public Read only

0
0
Text · 192 B · 127ad54 Raw
7 lines · cpp
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