comparison gcc/testsuite/gdc.test/fail_compilation/test17307.d @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
comparison
equal deleted inserted replaced
145:1830386684a0 152:2b5abeee2509
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/test17307.d(9): Error: anonymous struct can only be a part of an aggregate, not module `test17307`
5 ---
6 * https://issues.dlang.org/show_bug.cgi?id=17307
7 */
8
9 struct { enum bitsPerWord = size_t; }
10
11 void main()
12 { }