C++: Initial telemetry queries and tests

This commit is contained in:
Calum Grant
2024-10-25 18:06:38 +01:00
parent fed240a2b2
commit f6776a4249
32 changed files with 547 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
| 'this' may only be used inside a nonstatic member function | 1.0 |
| There was an error during this compilation | 1.0 |
| expected a ')' | 1.0 |
| expected a ';' | 1.0 |
| expected an expression | 1.0 |
| identifier 'no_such_function' is undefined | 1.0 |
| identifier 'nsf2' is undefined | 1.0 |
| identifier 'so_is_this' is undefined | 1.0 |
| identifier 'uint32_t' is undefined | 1.0 |
| too few arguments in function call | 1.0 |