Skip to content

Commit 4118fa5

Browse files
committed
Fix nullptr and its assertions
1 parent e68974a commit 4118fa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SampleProjects/TestSomething/examples/TestSomethingExample/TestSomethingExample.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// if it seems bare, that's because it's only meant to
33
// demonstrate compilation -- that references work
44
void setup() {
5+
int *p = nullptr;
56
}
67

78
void loop() {

0 commit comments

Comments
 (0)