brintos

brintos / llvm-project-archived public Read only

0
0
Text · 180 B · e207a32 Raw
6 lines · cpp
1// RUN: clang-include-cleaner %s -- -Wunused 2>&1 | FileCheck --allow-empty %s2static void foo() {}3 4// Make sure that we don't get an unused warning5// CHECK-NOT: unused function6