12 lines · c
1// RUN: rm -rf %t2// RUN: mkdir %t3// RUN: cp -r %S/Inputs/include-relative %t/include-relative4// RUN: cd %t5// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c -verify -fmodules-cache-path=%t -I include-relative %s6 7// expected-no-diagnostics8 9#include "a.h"10 11int f(void) { return n; }12