projects
/
apple
/
ld64.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ld64-241.9.tar.gz
[apple/ld64.git]
/
unit-tests
/
test-cases
/
literals-coalesce2
/
test.sh
1
#!/bin/sh
2
3
SZ
=
`size "
$1
" | tail -n 1 | sed 's,\([0-9]*\).*,\1,'`
4
[
"
$SZ
"
] && [
"
$SZ
"
=
54
] &&
exit
0
5
exit
1