I came across this tonight:
typedef unsigned char u8;
const u8 someVar[] = ".\\\\path\\\\";
When I hover over "someVar" in source code files, the VAX popup shows:
const u8 someVar[] = ".path"
typedef unsigned char u8
It does not show the leading or trailing backslashes.
Best regards,
Rick C. Hodgin