blob: 36f04ade23cbb49fc95e89b1fe76318c8f88b607 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail9063.d(9): Error: static assert: "msg"
---
*/
@property string bar() { return "msg"; }
static assert(false, bar);