mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
17 lines
381 B
D
17 lines
381 B
D
/*
|
|
REQUIRED_ARGS: -o- -H -Hf${RESULTS_DIR}/compilable/testheader12567a.di
|
|
PERMUTE_ARGS:
|
|
OUTPUT_FILES: ${RESULTS_DIR}/compilable/testheader12567a.di
|
|
|
|
TEST_OUTPUT:
|
|
---
|
|
=== ${RESULTS_DIR}/compilable/testheader12567a.di
|
|
// D import file generated from 'compilable/testheader12567a.d'
|
|
deprecated module header12567a;
|
|
void main();
|
|
---
|
|
*/
|
|
|
|
deprecated module header12567a;
|
|
|
|
void main() {}
|