mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Moved failing builds to a dedicated folder
This commit is contained in:
		
							
								
								
									
										13
									
								
								extras/tests/FailingBuilds/Issue978.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								extras/tests/FailingBuilds/Issue978.cpp
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| // ArduinoJson - arduinojson.org | ||||
| // Copyright Benoit Blanchon 2014-2020 | ||||
| // MIT License | ||||
|  | ||||
| #include <ArduinoJson.h> | ||||
|  | ||||
| struct Stream {}; | ||||
|  | ||||
| int main() { | ||||
|   Stream* stream = 0; | ||||
|   DynamicJsonDocument doc(1024); | ||||
|   deserializeJson(doc, stream); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user