Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / submodules / import-self-b.h
blob9852094b10b9adad0dd8254c9bfb1f01251d8a2a
1 // FIXME: This import has no effect, because the submodule isn't built yet, and
2 // we don't map an @import to a #include in this case.
3 @import import_self.c;
4 #include "import-self-d.h"
6 // FIXME: This should not work; names from 'a' should not be visible here.
7 MyTypeA import_self_test_a;
9 // FIXME: This should work but does not; names from 'c' are not actually visible here.
10 //MyTypeC import_self_test_c;
12 MyTypeD import_self_test_d;