mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
9 lines
260 B
D
9 lines
260 B
D
/*
|
|
EXTRA_SOURCES: extra-files/header1.d
|
|
REQUIRED_ARGS: -o- -unittest -H -Hf${RESULTS_DIR}/compilable/testheader1.di -ignore
|
|
PERMUTE_ARGS: -d -dw
|
|
OUTPUT_FILES: ${RESULTS_DIR}/compilable/testheader1.di
|
|
TEST_OUTPUT_FILE: extra-files/header1.di
|
|
*/
|
|
|
|
void main() {}
|