mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
10 lines
118 B
C++
10 lines
118 B
C++
void test_parth() {
|
|
if (1) { }
|
|
if (2) { }
|
|
if (3) { }
|
|
if (4) { }
|
|
if (5) { }
|
|
if (6) { }
|
|
if (7) { }
|
|
if (8) { }
|
|
}
|