dmd/compiler/test/runnable/gdb18504.d
Andrei Horodniceanu e397d5e3d7 Prefix test that requires GDB with gdb
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
2024-04-02 01:08:34 +02:00

11 lines
132 B
D

/*
REQUIRED_ARGS: -g
PERMUTE_ARGS:
GDB_SCRIPT:
---
r
p $_exitcode
---
GDB_MATCH: \$1 = 1
*/
void main() { synchronized assert(0); }