dmd/compiler/test/compilable/test22892.c
2022-07-09 18:53:07 +02:00

4 lines
93 B
C

// https://issues.dlang.org/show_bug.cgi?id=22892
char buf[1];
void fn() { char c = *buf; }