src/relpipe-out-chart.cpp
branchv_0
changeset 1 0e791c64f38b
parent 0 ba16fce7ef20
child 2 7ba3ae8cf1fc
equal deleted inserted replaced
0:ba16fce7ef20 1:0e791c64f38b
     1 #include <iostream>
     1 #include <iostream>
     2 
     2 
     3 int main(int argc, char**argv) {
     3 int main(int argc, char**argv) {
     4 	std::cout << "TODO: relpipe-out-chart..." << std::endl;
     4 	std::cout << "TODO: relpipe-out-chart..." << std::endl;
       
     5 	// char * x = new char[1000]; // simulate a memory leak and test that ASan is working
     5 	return 0;
     6 	return 0;
     6 }
     7 }