mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
4 lines
116 B
OpenEdge ABL
4 lines
116 B
OpenEdge ABL
// https://issues.dlang.org/show_bug.cgi?id=22973
|
|
|
|
int *ps[1];
|
|
_Static_assert(sizeof(ps[0][0]) == sizeof(int), "");
|