1\  Test case of a C-String-Escape clause that overflows the source-file
2
3[flag] C-Style-string-escape
4
5fcode-version2
6
7headers
8hex
9
10: funky-string
11   ." Normal string" cr
12   ." Funky but ok \ab\\b0\\7\\7\and\c0\\5\\7\\e1\\10\" cr
13   ." Body 1" cr
14fload CStrEscOvflw_body_1.fth
15   ." Body 2" cr
16fload CStrEscOvflw_body_2.fth
17   ." Body 3" cr
18fload CStrEscOvflw_body_3.fth
19
20    ." I don't know."  cr  ." Shortstop!" cr
21;
22
23fcode-end
24