blob: 8e3db5619795e8f0eaceb1c188ea7ece333fc545 [file] [log] [blame]
Daniel Dunbar85ff9692012-04-05 17:10:06 +00001// RUN: %clang -cc1 -fsyntax-only -F %S/Inputs -Wsign-conversion -verify %s
2
3// Check that TestFramework is treated as a system header.
4#include <TestFramework/TestFramework.h>
5
6int f1() {
7 return test_framework_func(1) + another_test_framework_func(2);
8}