summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/fail_compilation/test20549.d
blob: 2cafc1be9e23167b3f98a968917bedb14d887604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
TEST_OUTPUT:
----
fail_compilation/test20549.d(12): Error: variable `test.__a_field_0` variables cannot be of type `void`
----
*/

module test;

alias AliasSeq(T...) = T;

enum a = AliasSeq!test;