Skip to content

Commit fb0dfb5

Browse files
committed
Added test for issue #7
1 parent 867362e commit fb0dfb5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: testsuite/testdata/test_issue_7.cpp

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)