github.com/Konstantin8105/c4go@v0.0.0-20240505174241-768bb1c65a51/tests/code_quality/paren.c (about) 1 void function() 2 { 3 int t; 4 t = ((((int)((0))))); 5 int a; 6 a = (((((t))))); 7 (void)(t); 8 (void)(((((a))))); 9 10 (((function()))); 11 }