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