blob: 1acf1a4105c84fbdd3951f8bbe8634b83816461d [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail247.d-mixin-9(9): Error: identifier expected, not `EOF`
fail_compilation/fail247.d-mixin-9(9): Error: `;` expected after mixin
---
*/
mixin(`mixin`);