repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reduce TLS accesses. (#11487)
[mono-project.git]
/
mono
/
tests
/
array-coop-int.sh
blob
e82f5932a18b73afbd7a47a597e96dc27a8c6b79
1
#!/bin/sh
2
3
cat
"
$1
/array-coop-1.cs"
4
5
cat
<<EOF
6
using t = System.Int32;
7
8
class test
9
{
10
// FIXME? Can this line be the same for valuetypes and int?
11
static t newt (int aa) { return aa; }
12
13
EOF
14
15
cat
"
$1
/array-coop-2.cs"