diffblue-cbmc/regression/cpp-from-CVS/static_cast2/main.cpp

6 lines
57 B
C++

int main()
{
int x;
static_cast<int>(x)++; // not ok
}