Move ino2cpp tests to the misc folder
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
unsigned int barFunc () // my comment
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
char buf[5];
|
||||
|
||||
void setup() {
|
||||
fooFunc();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
||||
}
|
||||
|
||||
char* fooFunc() {
|
||||
return buf;
|
||||
}
|
||||
Reference in New Issue
Block a user