Reduce TLS accesses. (#11487)
[mono-project.git] / mono / tests / array-coop-int.sh
blobe82f5932a18b73afbd7a47a597e96dc27a8c6b79
1 #!/bin/sh
3 cat "$1/array-coop-1.cs"
5 cat <<EOF
6 using t = System.Int32;
8 class test
10 // FIXME? Can this line be the same for valuetypes and int?
11 static t newt (int aa) { return aa; }
13 EOF
15 cat "$1/array-coop-2.cs"