blob: ac66c2fbd2a309db3c78185fa6b82e2889e050f8 [file] [log] [blame]
/************************************************/
// https://issues.dlang.org/show_bug.cgi?id=15180
// [REG2.069.0-b1] Segfault with empty struct used as UDA
struct foo { }
@foo bar () { }
/************************************************/