/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/MessageService/test/trivial_main.cpp
5 строк
222 B
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
// The purpose of tis is to run in totalview while the catch in MessageSender // destructor is **disabled** (commented out) to verify that we have cured // the use-of-threads-after-main headache. int main() { return 0; }