mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
16 lines
172 B
D
16 lines
172 B
D
/*
|
|
REQUIRED_ARGS: -g
|
|
PERMUTE_ARGS:
|
|
GDB_SCRIPT:
|
|
---
|
|
b gdb1.d:15
|
|
r ARG1 ARG2
|
|
echo RESULT=
|
|
p args
|
|
---
|
|
GDB_MATCH: RESULT=.*ARG1.*ARG2
|
|
*/
|
|
void main(string[] args)
|
|
{
|
|
// BP
|
|
}
|