DEBSOURCES
Skip Quicknav
sources / ikos / 3.5-2 / analyzer / test / regression / uva / test-33-error.cpp
123456
#include <memory> int main(int argc, char *argv[]) { std::shared_ptr<bool> test1 (new bool); return (int)*test1; }