1 // REQUIRED_ARGS: -o- 2 /* 3 TEST_OUTPUT: 4 --- 5 fail_compilation/imports/a15667.d(16): Error: basic type expected, not `;` 6 fail_compilation/imports/a15667.d(19): Error: declaration expected following attribute, not end of file 7 --- 8 */ 9 main()10void main() 11 { 12 import imports.a15667; 13 } 14