/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Data/UnitTests/FoundationTest/Preprocessor/InvalidLogic4.txt
27 строк
207 B
Jan Krassnigg
Added .gitattributes file to enforce consistent line-endings (#872)
16 фев 2023, 20:57
Не верифицирован
16 фев 2023, 20:57
565458b
Код
Авторство
О чём код?
#if FALSE #if 2 == 3 false0 #endif #if 2 != 3 true1 #endif #if (2)1 == 2 false1 #endif #if 2(2) == 4 false2 #endif #if 2 3 == 6 false3 #endif #endif #if 1 == 1 != 2 false4 #endif