mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
7 lines
191 B
Bash
7 lines
191 B
Bash
#error markers must be present, but the incomplete if should be parsed without remaining elements
|
|
while; do; done
|
|
while a; do; done
|
|
while a; do b; done
|
|
while; do a; done
|
|
echo "Example text"
|