Added unit tests. Meant to be run with nodeunit
This commit is contained in:
3
test/ishr.c0
Normal file
3
test/ishr.c0
Normal file
@@ -0,0 +1,3 @@
|
||||
int main () {
|
||||
return -1 >> 1; /* should return -1 */
|
||||
}
|
||||
Reference in New Issue
Block a user