``` cpp void setup() {} void loop() {} inline int8_t test(){ } ``` ``` sketch_oct03a:3: error: 'inlineint8_t' does not name a type ``` Seems a space is not recognized. `int` or `void` works.