We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867362e commit fb0dfb5Copy full SHA for fb0dfb5
testsuite/testdata/test_issue_7.cpp
@@ -0,0 +1,9 @@
1
+// https://github.com/arduino/arduino-preprocessor/issues/7
2
+
3
+#line 1 "issue_7.ino"
4
5
+int a; int b=f();
6
7
+int f() {
8
+ return 1;
9
+}
0 commit comments