DEBSOURCES
Skip Quicknav
sources / ikos / 3.5-2 / analyzer / test / regression / uva / test-38-safe.cpp
1234567
#include <memory> using namespace std; int main(int argc, char *argv[]) { auto test1 = make_unique<bool>(); return (int)*test1; }