| 1 | // RUN: rm -rf %t |
|---|---|
| 2 | // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fimplicit-module-maps \ |
| 3 | // RUN: -I%S/Inputs/static_assert -std=c++1z -verify %s |
| 4 | // expected-no-diagnostics |
| 5 | |
| 6 | #include "a.h" |
| 7 | |
| 8 | S s; |
| 9 |
| 1 | // RUN: rm -rf %t |
|---|---|
| 2 | // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fimplicit-module-maps \ |
| 3 | // RUN: -I%S/Inputs/static_assert -std=c++1z -verify %s |
| 4 | // expected-no-diagnostics |
| 5 | |
| 6 | #include "a.h" |
| 7 | |
| 8 | S s; |
| 9 |