mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
11 lines
158 B
D
11 lines
158 B
D
/*
|
|
https://issues.dlang.org/show_bug.cgi?id=22311
|
|
REQUIRED_ARGS: -g -c -m64
|
|
GDB_SCRIPT:
|
|
---
|
|
print sizeof('int[]'::length)
|
|
---
|
|
GDB_MATCH: \$1 = 8
|
|
*/
|
|
|
|
int[] x;
|