view gcc/testsuite/gdc.test/fail_compilation/test17307.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/test17307.d(9): Error: anonymous struct can only be a part of an aggregate, not module `test17307`
---
 * https://issues.dlang.org/show_bug.cgi?id=17307
 */

struct { enum bitsPerWord = size_t; }

void main()
{ }