blob: 23f24f96fda42e0e76d4393e5513af86347643d5 [file] [log] [blame]
Daniel Dunbar85ff9692012-04-05 17:10:06 +00001// RUN: %clang -cc1 -fsyntax-only -F %S/Inputs -Wsign-conversion -verify %s
Andy Gibbs8e8fb3b2012-10-19 12:44:48 +00002// expected-no-diagnostics
Daniel Dunbar85ff9692012-04-05 17:10:06 +00003
4// Check that TestFramework is treated as a system header.
5#include <TestFramework/TestFramework.h>
6
7int f1() {
8 return test_framework_func(1) + another_test_framework_func(2);
9}