mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
11 lines
132 B
D
11 lines
132 B
D
/*
|
|
REQUIRED_ARGS: -g
|
|
PERMUTE_ARGS:
|
|
GDB_SCRIPT:
|
|
---
|
|
r
|
|
p $_exitcode
|
|
---
|
|
GDB_MATCH: \$1 = 1
|
|
*/
|
|
void main() { synchronized assert(0); }
|