blob: 5ee94868993f55b2da314653c0fcd219871dbdc7 [file] [log] [blame]
// REQUIRED_ARGS: -o- -H -Hf${RESULTS_DIR}/compilable/testheaderudamodule.di
// PERMUTE_ARGS:
// POST_SCRIPT: compilable/extra-files/header-postscript.sh testheaderudamodule
@(1, UDA(2))
module testheaderudamodule;
struct UDA
{
int a;
}
void main() {}
void foo(@(1) int bar, @UDA(2) string bebe);