view gcc/testsuite/gdc.test/fail_compilation/e7804_1.d @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 2b5abeee2509
children
line wrap: on
line source

/*
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");