forked from tsoding/porth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathself-including-file.txt
23 lines (20 loc) · 1.19 KB
/
self-including-file.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
:i argc 0
:b stdin 0
:i returncode 1
:b stdout 0
:b stderr 1151
./tests/./self-including-file.porth:1:9: ERROR: the include exceeded the expansion limit (it expanded 1000 times)
./tests/./self-including-file.porth:1:9: NOTE: expanded from `./self-including-file.porth`
./tests/./self-including-file.porth:1:9: NOTE: expanded from `./self-including-file.porth`
./tests/./self-including-file.porth:1:9: NOTE: expanded from `./self-including-file.porth`
./tests/./self-including-file.porth:1:9: NOTE: expanded from `./self-including-file.porth`
./tests/./self-including-file.porth:1:9: NOTE: expanded from `./self-including-file.porth`
./tests/./self-including-file.porth:1:9: NOTE: expanded from `./self-including-file.porth`
./tests/./self-including-file.porth:1:9: NOTE: expanded from `./self-including-file.porth`
./tests/./self-including-file.porth:1:9: NOTE: expanded from `./self-including-file.porth`
./tests/./self-including-file.porth:1:9: NOTE: expanded from `./self-including-file.porth`
./tests/./self-including-file.porth:1:9: NOTE: expanded from `./self-including-file.porth`
./tests/./self-including-file.porth:1:9: NOTE: expanded from `./self-including-file.porth`
...
... too many expansions ...
...