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