blob: 264df5f318975ac963327a37eb2aa7303207cddf [file] [log] [blame]
Stephen Hines651f13c2014-04-23 16:59:28 -07001// RUN: rm -rf %t
2// RUN: mkdir %t
3// RUN: cp -r %S/Inputs/include-relative %t/include-relative
4// RUN: cd %t
5// RUN: %clang_cc1 -fmodules -x c -verify -fmodules-cache-path=%t -I include-relative %s
Stephen Hines651f13c2014-04-23 16:59:28 -07006
7// expected-no-diagnostics
8
9#include "a.h"
10
11int f() { return n; }