HomeSort by relevance Sort by last modified time
    Searched full:test_promotion (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 410 constexpr short test_promotion(short k) { function in namespace:compound_assign
415 static_assert(test_promotion(100) == 10000, "");
416 static_assert(test_promotion(200) == -25536, "");
417 static_assert(test_promotion(256) == 0, "");

Completed in 103 milliseconds