main.cpp 73 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 int main() { int i; i = 5; i = 2; i = 3; return 0; }