[ create a new paste ] login | about

Link: http://codepad.org/KP4dWKYL    [ raw code | output | fork ]

C, pasted on Oct 1:
1
2
3
4
5
6
7
#include <stdio.h>
    int main()
    {
        int x =-1;
        if (x>>1)
           printf("%d\n", x);
    }


Output:
1
2
3
-1

Exited: ExitFailure 3


Create a new paste based on this one


Comments: