//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // // duration_values::zero #include #include #include "../../rep.h" int main() { assert(std::chrono::duration_values::zero() == 0); assert(std::chrono::duration_values::zero() == 0); }