Files
Will Hawkins bc51b4e280 compiler: Reworked Preprocessor To Support Better Error Messages
Can now support showing the trail of includes in an error
message.

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
2026-05-22 20:41:43 -04:00

5 lines
86 B
Plaintext

struct Testing {
bool yesno;
int count;
};
#include <file-loc-error-parser.p4>