reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
// RUN: %clang_cc1 -fsyntax-only -F %S/Inputs -Wsign-conversion -verify %s
// expected-no-diagnostics

// Check that TestFramework is treated as a system header.
#include <TestFramework/TestFramework.h>

int f1() {
  return test_framework_func(1) + another_test_framework_func(2);
}