Module Name: src
Committed By: rillig
Date: Sun Feb 27 18:51:21 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_292.c msg_292.exp
Log Message:
tests/lint: demonstrate unexpected ordering of string concatenations
When lint concatenates the strings "1" "2" "3" "4", it first
concatenates "23", then "234" and finally "1234".
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/xlint/lint1/msg_292.c \
src/tests/usr.bin/xlint/lint1/msg_292.exp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.