blob: 2ab2a297ecbce99ca48f4e84ee21cda23ba892ae [file] [log] [blame]
David Tweeda0d58782012-10-25 13:56:30 +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}