DEBSOURCES
Skip Quicknav
sources / 0ad / 0.0.21-2 / libraries / source / cxxtest-4.4 / test / longlong.cpp
12345678
// // This program is used to check if the compiler supports "long long" // int main() { long long ll = 0; return (int)ll; }