This website works better with JavaScript
Главная
Обзор
Помощь
Вход
8516
/
Test
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Ветка:
master
Ветки
Метки
master
Test
/
EVSE
/
GPL
/
cmake-3.11.0
/
Tests
/
ComplexOneConfig
/
Library
/
notInAllLib.cxx
notInAllLib.cxx
104 B
Постоянная ссылка
История
Исходник
1
2
3
4
5
6
7
8
int notInAllLibFunc()
{
return 0;
}
#if 1
#error "This target should not be compiled by ALL."
#endif