brintos

brintos / llvm-project-archived public Read only

0
0
Text · 424 B · 15658cb Raw
12 lines · c
1// RUN: rm -rf %t2// RUN: %clang_cc1 -I%S/Inputs/include_next/x -I%S/Inputs/include_next/y -verify %s3// RUN: %clang_cc1 -I%S/Inputs/include_next/x -I%S/Inputs/include_next/y -verify %s -fmodules -fimplicit-module-maps -fmodules-cache-path=%t4 5// expected-no-diagnostics6#include "a.h"7#include "subdir/b.h"8_Static_assert(ax == 1, "");9_Static_assert(ay == 2, "");10_Static_assert(bx == 3, "");11_Static_assert(by == 4, "");12