aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/submodules/import-self-b.h
blob: f88b56d5f0829a49edc33bb4d57208a33dbaa4d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@import import_self.c;
#include "import-self-d.h"

// FIXME: This should not work; names from 'a' should not be visible here.
MyTypeA import_self_test_a;

// FIXME: This should work but does not; names from 'b' are not actually visible here.
//MyTypeC import_self_test_c;

MyTypeD import_self_test_d;