mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
4 lines
93 B
C
4 lines
93 B
C
// https://issues.dlang.org/show_bug.cgi?id=22892
|
|
|
|
char buf[1];
|
|
void fn() { char c = *buf; }
|