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