projects
/
pintos-anon
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use bool vars instead of bits for shift keys.
[pintos-anon]
/
src
/
tests
/
userprog
/
exit.ck
1
# -*- perl -*-
2
use strict;
3
use warnings;
4
use tests::tests;
5
check_expected ([<<'EOF']);
6
(exit) begin
7
exit: exit(57)
8
EOF