1 // REQUIRED_ARGS: -o- -H -Hf${RESULTS_DIR}/compilable/testheaderudamodule.di
2 // PERMUTE_ARGS:
3 // POST_SCRIPT: compilable/extra-files/header-postscript.sh testheaderudamodule
4 
5 @(1, UDA(2))
6 module testheaderudamodule;
7 
8 struct UDA
9 {
10     int a;
11 }
12 
main()13 void main() {}
14