Richard Smith | 6d7a563 | 2014-01-31 22:28:08 +0000 | [diff] [blame] | 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. |
Richard Smith | 92304e0 | 2013-10-18 22:48:20 +0000 | [diff] [blame] | 3 | @import import_self.c; |
| 4 | #include "import-self-d.h" |
| 5 | |
| 6 | // FIXME: This should not work; names from 'a' should not be visible here. |
| 7 | MyTypeA import_self_test_a; |
| 8 | |
Richard Smith | 6d7a563 | 2014-01-31 22:28:08 +0000 | [diff] [blame] | 9 | // FIXME: This should work but does not; names from 'c' are not actually visible here. |
Richard Smith | 92304e0 | 2013-10-18 22:48:20 +0000 | [diff] [blame] | 10 | //MyTypeC import_self_test_c; |
| 11 | |
| 12 | MyTypeD import_self_test_d; |