blob: 778f68e8842938b7db135854c451760c85928338 [file] [log] [blame]
/**
TEST_OUTPUT:
---
fail_compilation/diag_template_this.d(1): Error: identifier expected for template `this` parameter
fail_compilation/diag_template_this.d(1): Error: found `this` when expecting `(`
fail_compilation/diag_template_this.d(1): Error: semicolon expected following function declaration
fail_compilation/diag_template_this.d(1): Error: declaration expected, not `(`
---
*/
#line 1
void func1(this this)() {}