aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/compilable/testheader12567b.d
blob: 93393c50928070b818aa0ef0ed5540fd77f4ffd9 (plain)
1
2
3
4
5
6
7
// REQUIRED_ARGS: -o- -H -Hf${RESULTS_DIR}/compilable/header12567b.di
// PERMUTE_ARGS:
// POST_SCRIPT: compilable/extra-files/header-postscript.sh header12567b

deprecated("message") module header12567b;

void main() {}