aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/include_next.c
blob: 15658cb58a6768be948b29ca21cf01e35484dce4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// RUN: rm -rf %t
// RUN: %clang_cc1 -I%S/Inputs/include_next/x -I%S/Inputs/include_next/y -verify %s
// RUN: %clang_cc1 -I%S/Inputs/include_next/x -I%S/Inputs/include_next/y -verify %s -fmodules -fimplicit-module-maps -fmodules-cache-path=%t

// expected-no-diagnostics
#include "a.h"
#include "subdir/b.h"
_Static_assert(ax == 1, "");
_Static_assert(ay == 2, "");
_Static_assert(bx == 3, "");
_Static_assert(by == 4, "");