.ig
Define a string that refers to another string.
Create the other string as an alias to the first string.
This should fail.
..
.cp 0
.ds str1 This is string1 and refers to string 2: \\*[str2]
.als str2 str1
\*[str1]
