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