Updated error message.

This commit is contained in:
Christoffer Lerno
2022-09-30 08:44:28 +02:00
parent cbb731b42b
commit 5029dc703e
6 changed files with 47 additions and 47 deletions

View File

@@ -3,4 +3,4 @@ int BAR = 4; // #error: This looks like a constant variable, did you forget 'con
const BAZ = "ofke";
FOOBAR; // #error: Expected a top level declaration here.
FOOBAR; // #error: Expected the start of a global declaration here