blob: 38c25fbf7ae6b4afef9a36a6ab90a1fd30e5f69f [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/e7804_1.d(10): Error: trait `farfelu` is either invalid or not supported as type
fail_compilation/e7804_1.d(11): Error: trait `farfelu` is either invalid or not supported in alias
---
*/
module e7804_1;
__traits(farfelu, Aggr, "member") a;
alias foo = __traits(farfelu, Aggr, "member");