blob: fca8df9f77ee71ed503af2b32e2e4d4458cfc3ae [file] [log] [blame]
Richard Smith04765ae2015-05-21 01:20:10 +00001// RUN: rm -rf %t
2// RUN: %clang_cc1 -fmodules -fno-modules-error-recovery -fmodules-local-submodule-visibility -fmodules-cache-path=%t -I%S/Inputs/submodule-visibility -verify %s
3
4#include "cycle1.h"
5C1 c1;
6C2 c2; // expected-error {{must be imported}} expected-error {{}}
7// expected-note@cycle2.h:6 {{here}}
8
9#include "cycle2.h"
10C2 c3;