]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/Inputs/submodules/import-self-b.h
Vendor import of clang release_34 branch r197841 (effectively, 3.4 RC3):
[FreeBSD/FreeBSD.git] / test / Modules / Inputs / submodules / import-self-b.h
1 @import import_self.c;
2 #include "import-self-d.h"
3
4 // FIXME: This should not work; names from 'a' should not be visible here.
5 MyTypeA import_self_test_a;
6
7 // FIXME: This should work but does not; names from 'b' are not actually visible here.
8 //MyTypeC import_self_test_c;
9
10 MyTypeD import_self_test_d;