blob: 572b821e98249c74762c8fdca55200db1068ec73 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail_contracts1.d(8): Error: `(identifier) { ... }` or `(identifier; expression)` following `out` expected, not `)`
---
*/
void foo() out()){}