Is this by design? (the second diagnostic, the note about the first, is not highlighted - not bold nor with black (grey) “note:”, etc)
/tmp/webcompile/_18466_0.cc:3:14: error: use of undeclared identifier 'fob'; did you mean 'foo'?
int main() { call }
^
/tmp/webcompile/_18466_0.cc:1:14: note: instantiated from:
#define call fob();
^
/tmp/webcompile/_18466_0.cc:2:6: note: 'foo' declared here
void foo();
^
1 error generated.
source:
#define call fob();
void foo();
int main() { call }