d: Merge upstream dmd, druntime 26f049fb26, phobos 330d6a4fd.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / testheader12567a.d
blob3372d871ea63467942f524bf4ca95c7bbdc4fcc7
1 /*
2 REQUIRED_ARGS: -o- -H -Hf${RESULTS_DIR}/compilable/testheader12567a.di
3 PERMUTE_ARGS:
4 OUTPUT_FILES: ${RESULTS_DIR}/compilable/testheader12567a.di
6 TEST_OUTPUT:
7 ---
8 === ${RESULTS_DIR}/compilable/testheader12567a.di
9 // D import file generated from 'compilable/testheader12567a.d'
10 deprecated module header12567a;
11 void main();
12 ---
15 deprecated module header12567a;
17 void main() {}