summaryrefslogtreecommitdiffhomepage
path: root/systemtest/mcc-execute.tests/test-shift-right.cpp
blob: 5974a221cace427155ffcff248d91dba060930e0 (plain)
1
2
3
int main() {
 return 16 >> 3;
}