aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/import_fragments_b.i
blob: 615db4796babff05253d60066d5b7138edbd6da8 (plain)
1
2
3
4
5
6
7
8
9
%module import_fragments_b

%fragment("ImportB", "header") %{
ImportB_this_will_not_compile;
%}

%fragment("ImportB");